|
Ralph1971 Wanderer
Joined: 01 Mar 2008 Posts: 64
|
Posted: Mon Aug 17, 2009 1:10 am
trigger enable/disable |
I seem to remember a post that details enabling and disabling a particular trigger, not a class, but just the trigger.. I can't seem to find that trigger, or remember the proper syntax for it..
anyone assist?
thanks |
|
|
|
charneus Wizard
Joined: 19 Jun 2005 Posts: 1876 Location: California
|
Posted: Mon Aug 17, 2009 1:30 am |
You have to give your trigger an ID. You can do that one of two ways.
#TRIGGER "TriggerIDName" {Trigger} {Commands}
Or going to an already made trigger and adding the trigger ID (I think under options or something).
Then you can just do it like you would a class:
#T+/- "TriggerID"
Charneus |
|
|
|
Ralph1971 Wanderer
Joined: 01 Mar 2008 Posts: 64
|
Posted: Mon Aug 17, 2009 1:41 am |
that worked beautifully.. thanks!
|
|
_________________ Win7-home - Cmud 3.33a
WinXP-pro - Zmud 7.21 |
|
|
|
|
|