|
snoogans Novice
Joined: 28 Oct 2001 Posts: 43 Location: USA
|
Posted: Sun Apr 27, 2003 9:38 pm
turning off just one trigger |
is there a way to turn off just one trigger within a class? I would imagine something like #t- {class/^trigger here blah}
|
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sun Apr 27, 2003 10:15 pm |
For scripting purposes:
If the trigger has its own ID or subclass, yes. Otherwise, no. See #T-.
Individual triggers may also be disabled manually in the editor.
LightBulb
Advanced Member |
|
|
|
snoogans Novice
Joined: 28 Oct 2001 Posts: 43 Location: USA
|
Posted: Sun Apr 27, 2003 10:17 pm |
how do you give a trigger an ID? and also if it is in a subclass within the subclass its in can i turn it off that way? if so how?
|
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Mon Apr 28, 2003 3:10 am |
You give a trigger an ID by putting a name into the "ID" field on the trigger's Options tab, or by using the ID field at the command line. Note that it is not surrounded by braces.
#TR ID {pattern} {value} {class} {options}
You turn off a subclass by specifying the subclass.
#T- class|subclass
LightBulb
Advanced Member |
|
|
|
snoogans Novice
Joined: 28 Oct 2001 Posts: 43 Location: USA
|
Posted: Tue Apr 29, 2003 4:12 am |
Thanks man :)
|
|
|
|
|
|