QUOTE (Jonathin @ Aug 23 2009, 01:15 AM)

If statements ARE one step proofs.
^If you've taken geometry you'll understand.
IF Jonathin is an occultist, THEN he has occultism.
#if (@jonathin)="occultist" [[[this is where the THEN would be, but you leave it out]]] {#echo he has occultism}
For something that has to be a wildcard (such as %w or .*), you'd just do
Pattern: %w is an occultist.
Script: #if (@1="jonathin") {#echo he has occultism}
Or for instance, you have a single variable for an ally.
Alias: addally
Script: #va ally %1
Trigger: %w [[[for a one word capture]]]
Script: #if %1=@ally {#cw (foreground,background)}
Taken from the other thread.