zendada
May 15 2003, 01:58 PM
Hey,
Downloaded v1.3b3. Runs smooth on OSX. Can't seem to get the ##wait command to work. I've tried the following...
##wait 5 drink bottle
##[wait 5]drink bottle
##wait 5 [drink bottle]
What am I missing?
zendada
jay
May 27 2003, 02:47 PM
The syntax is: wait <seconds> [<cmd>...]
Example: ##wait 30 say hello
The '[' and ']' are not part of the command, they are part of the syntax meta-language. Things in square braces are optional.
/Jay