Uncle
Warcraft Moderator
- Joined
- Aug 10, 2018
- Messages
- 7,866
So, my trigger is working fine. I'm just curious if turning off a trigger, then doing something that would run the trigger's Events, then turning the trigger back on is a safe method to avoid a crash/infinite loop.
-
Destructible Death
-
Events
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Occlusion height of (Picked destructible)) Greater than 0.00
-
-
Then - Actions
-
Trigger - Turn off (This trigger)
-
Destructible - Remove (Picked destructible)
-
Trigger - Turn on (This trigger)
-
-
Else - Actions
-
-
Else - Actions
-
-