Post subject: Searching for a script Posted: Apr 04, 2004 - 09:08 PM
Joined: Apr 04, 2004
Posts: 1
Status: Offline
Hello *s*
i am wondering if anyone could direct me to where i could find a particular script to be used in palace
i am not even sure of the correct name for it
instead of having doors, or mouseovers in a room, i am wanting to be able to ask for the room list and for it to appear in the log
and then by selecting the room required can be taken there by saying the corresponding command
i hope that makes sense *s*
i thankyou for any help that can be given
Guest
Post subject:Posted: Apr 06, 2004 - 07:28 AM
To say something, then goto a room:
ON OUTCHAT { { ### GOTOROOM } CHATSTR "pass" == IF }
To create a listing:
ON OUTCHAT { { "Room 1 - pass: smiley" LOGMSG } CHATSTR "list" == IF }