Can someone please make me a door that i can have a password. So i can go in anytime.
Also i want it to save to when i log out and log in back i have the same password so i can enter the door again
ID:269314
![]() May 20 2005, 12:17 pm
|
|
If I understand your insinuation correctly, it is a bit harsh, even if I did find it quite humorous and give it a laugh.
I usually don't reply to posts like this, but I will so you don't end up with just a joke post. Sayian Hunter wrote: Can someone please make me a door that i can have a password. So i can go in anytime. As for the door itself, if you do not know how to define the object you should start at the beginning with Zilal's beginner tutorial. If, on the other hand, you merely need the door part of it, use the forum search, as it has come up numerous times and I would assume there are many example code snippets. For the password, just give it a variable, give it a verb whose src is set in oview(1), and use input to set the variable to a number. Also i want it to save to when i log out and log in back i have the same password so i can enter the door again Look up savefiles in the help file. They are pretty explanatory, and in your case extremely simple. Just loop through all the doors in the world and save them to a directory named as the index number (ex "door[index]"). To recap; you need to learn how to define objects, variables and verbs; you need to look up input and savefile; and you need to set it up by following the guidelines in the help file (it should give examples) and those I outlined above. |
(Note: The above is a joke)