|
Mahz Beginner
Joined: 08 Nov 2000 Posts: 21 Location: USA
|
Posted: Mon Jan 07, 2002 8:12 pm
Easy equation. Except I'm Retarded. |
All I need to do folks is find out how to use the %if command to see if a class is turned on/off. then issue a command based on whether it was on/off.
I searched and searched for threads but none relating to exactly this. Even though I've seen one before and wrote it down and lost it. Anyhow, help would be appreciated!
Thank you. |
|
|
|
Altan Beginner
Joined: 09 Mar 2001 Posts: 12
|
Posted: Mon Jan 07, 2002 9:03 pm |
#IF (%trigger(ClassToCheck)=0) {CmdIfOff} {CmdIfOn}
You can change the 0 to 1 and switch the "on" and "off" order if you want, but it gives you the idea of how it works. |
|
|
|
|
|