Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Sat Aug 19, 2006 9:33 pm |
Well, the correct syntax is:
Code: |
#ADDKEY varname key value
#ADDKEY A a 0
#ADDKEY A b 0 |
Now, you are looking for the syntax for setting multiple values in a single command. This is something I haven't tested in CMUD. Your syntax for {a=0|b=0} seems like it should be fine, but it's probably something the new parser doesn't handle yet, since this was a wierd syntax unique to the ADDKEY command.
Your #IF syntax looks fine. Try putting a space around the = and see if that helps. But definitely report this as a bug. |
|