Author |
Message |
Topic: If statements |
Thistony
Replies: 4
Views: 4910
|
Forum: zMUD General Discussion Posted: Sun Feb 24, 2002 2:22 pm Subject: If statements |
The following one does work OK with different values of Doublemana.
#if (@DoubleMana<1000)
But if i swap 1000 for a variable,it falls over again. Doesn't seem to be a pattern.
I'm using 6.24 bet ... |
Topic: If statements |
Thistony
Replies: 4
Views: 4910
|
Forum: zMUD General Discussion Posted: Sat Feb 23, 2002 10:20 pm Subject: If statements |
i'm having a bit of trouble with if statements.
To test it out,i used the following
#IF (1000<@MaxMana) {#ECHO 1st} {#ECHO 2nd}
now maxmana was 800, but it said the if statement was true, when i ... |
|