Page 1 of 1

/newif help

Posted: Wed Apr 21, 2004 8:19 pm
by dubborama
Can anyone tell me if my syntax for this is right/wrong...seems to not be working.

/newif ${String[@vArcheryToggle].Equal[True]}==1 {

(This macro it came from was working before the latest April 21st zip now it wont run)

Dubborama

Posted: Wed Apr 21, 2004 8:25 pm
by ml2517
Umm assuming that variable would only have 0 or 1.

/if (@vArcheryToggle==1) {

Posted: Wed Apr 21, 2004 8:27 pm
by Lax
if your variable only said "true" or "false" you could do that also