The Players Corner Archive

Scripting Language Commands

I've looked through the section pertaining to the Wizard Scripting Language in the help file that is included with the Wizard FE. I wasn't able to find MATCH/MATCHWAIT commands in there. Are there any other commands missing from the help file or does anyone have a list/description of all the known Wizard scripting commands?

I was also curious as to how the NEXTROOM command works. Is it supposed to wait until you enter another room before continuing with the script? Thanks for the help. reg

put east
nextroom

and

move east

do the same exact thing. It waits for a room description.
reg

I was hoping to use the NextRoom command in a script I am writing. I am creating a hunting script that doesn't automatically move you through rooms. It checks each room you enter for a few different things (is another character in room, is the creature in the room, is it dead, etc.) and then attacks the set creature. I was planning on using the NextRoom command to pause the script until the user moved to a different room. This was to avoid creating a complete autohunter, I'll be doing the moving, the script with be doing the killing. Am I understanding this command's usage correctly? Thanks.
reg
http://www.whee.org/~buckwheet/ubb/Forum4/HTML/000008.html

That thread on the Player's Corner has tons of information on all the script commands.

- Lord Kranar, human Archwizard reg