Why do my commands default to only one of them?
Hexlash
22 Sept 2013, 05:42I'm trying to create commands that take the player-object to certain rooms, however, if I have two commands, then both commands default to only one of them, and I am unable to discern as to why.
Further information: I am typing it as text within the room description, with a '{command:}' that uses two distinct commands. Each has it's own expression and script to run, however both links connect to the same script.
Any help or explanation as to why this is occurring and how to prevent it from happening again is greatly appreciated, thank you!
Further information: I am typing it as text within the room description, with a '{command:}' that uses two distinct commands. Each has it's own expression and script to run, however both links connect to the same script.
Any help or explanation as to why this is occurring and how to prevent it from happening again is greatly appreciated, thank you!

Hexlash
22 Sept 2013, 06:13Nevermind. The problem was that I did not define the expression, I merely gave it a name, so the program must have defaulted to the first command on the list. Problem resolved!