Talahaski Enchanter
Joined: 10 Oct 2000 Posts: 656 Location: USA
|
Posted: Thu Feb 19, 2004 8:35 pm |
#IF (@Balance AND (@Morph = "Wyvern" or @Morph = "Jaguar")) {Do command}
When using both AND and OR's in a if, you should really use parens to set the order. Also, in your or statement, you need a condition. just saying OR "Jaguar" is not a correct condition. |
|