 |
lewdpotato Novice
Joined: 16 May 2002 Posts: 48 Location: USA
|
Posted: Mon Jul 01, 2002 4:33 am
kill trigger question |
Im trying to figure out how to kill a trigger after it has run so that it does not run again until I reset it, Im not having any luck.
|
|
|
 |
Kjata GURU

Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Mon Jul 01, 2002 11:25 am |
Give the trigger and ID. You can specify an ID for the trigger in the Options tab of that trigger. Then put this as the last command in that trigger:
#T- id
where id is the ID you gave that trigger.
After the trigger fires and you want to enable it again, you enter in the command line:
#T+ id
You can also put this command in a button to do this more easily.
Kjata |
|
|
 |
lewdpotato Novice
Joined: 16 May 2002 Posts: 48 Location: USA
|
Posted: Mon Jul 01, 2002 1:09 pm |
Thank you.
|
|
|
 |
|
|