Posted by Spyder 63.64.161.169 using Mozilla/4.0 (compatible; MSIE 5.0; Windows 95; DigExt) on March 08, 2000 at 17:33:19:
In Reply to: Questions About RPGCode posted by Crag Hack on March 08, 2000 at 14:30:01:
To find about the #Prompt command and many other commands that are not listed or don't have much of a discription, go to HELP and then RPGCode Command Reference.
About the key thing:
I think you'll probably have to make an item (KEY) that runs a program (which opens a door) when a certain variable is 'true'. In other words, you'd have to make an item which sets variable x! to a number when you find it, then when you come up to the door, if variable y! = x! then the door opens, and if x! doesn't equal y! then the door stays shut, or something like that, I could probably figure it out completely but right now I don't have the time, sorry, maybe later.