HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

very quick trigger question

08-18-2004, 05:05 AM#1
Billy_Cat
how do you stop a trigger while its running, but allow it to be used later on again?
08-18-2004, 06:52 AM#2
RedXIII
the only way is Skip all remaining actions , but this action can only be used in the trigger that your trying to stop
08-18-2004, 07:00 AM#3
Billy_Cat
im trying to stop it from a different trigger..
08-18-2004, 10:37 AM#4
Anitarf
If the trigger you are trying to stop is looping, then all you need to do is put into the loop an if-the-else action saying "if booleanVariable equal to true then skip remaining actions". Then, in the other trigger, you just put the action "set booleanvariable = true", and when you want to use the first trigger again, set it back to false.