HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

to pause a trigger

07-20-2003, 11:22 PM#1
ceb5503
I'm looking for a way to pause a trigger. Let's say, player 1 uses an ability. Player 2 then gets a button menu asking if they would like to counter the ability. If they choose yes, the ability fails and the trigger attached to that ability doesn't execute. If player 2 clicks no, then the ability cast and the trigger runs like normal. I was hoping there was a way to pause a trigger. Then I could just cancel it or unpause it based on what is choosen. Any ideas on a way to make this work well?
07-20-2003, 11:27 PM#2
hodi
I don´t know how but try using multiple Triggers and one with a IF/theDO/elseDO(Actions) Action to Run a certain Trigger.
07-27-2003, 02:39 AM#3
ceb5503
I just happened to notice this earlier. the wait until condition, check every # seconds, trigger will allow me to pull off the pause. Hope this helps anyone else who might need something like this.