Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Fri Jul 16, 2004 6:32 pm |
This forum is for problems/questions/features for the online web discussion forums themselves. For zMUD requests, post to the zMUD Discussion Forum.
You can already use AND, OR, etc in your #IF statement. For example:
#IF ((@a > 10) AND (@b < 20)) {do whatever}
just like any other programming language. |
|