You can also use your credit card without a paypal account.
Chests
Now I will tell you how to make a chest that is locked, and the way to get a key to unlock it.
First, go to items, and add a new one called key. Give it a description.
Second, go to containers and add a new one called Chest. In the details tab uncheck open and check locked. Then paste this script into the chest.
function OnUnlock(){
if(Sender.ItemExists(KEY-ID)){//insert the ID of your key here
Self.Unlock();
Echo("~"+Sender.Name+" unlocks the chest.~<>");
}
else{
Echo("~You need a key to unlock this chest.~<>");
}
}
You can store anything you don't want to make it too easy for the player to get in the chest.
MrHelem 17/08/2008 15:22 Nevermind, got it figured out.
MrHelem 17/08/2008 04:13 Hey, can anyone tell me how to set up a custom skill so it uses mana? I scanned the tutorials and didn't find anything.
Throndir 10/08/2008 13:33 Or check out legendarytales.wikispaces .com
Throndir 10/08/2008 13:09 Yes. Post in the forums with your problem.
critchell 09/08/2008 17:46 i need some help with a particular script which adds a new member to a party, can anyone help?
Throndir 05/08/2008 14:24 Legendarytales is a game engine and editor. You basically create textbased games, or hope for any other person to create an adventure so you could play it..
Delphinus 05/08/2008 10:17 You create.
Check the 'Downloads' page.