The gate opens several times after closing. Sometimes it works sometimes don't. Any idea?
-
Switches
-
Events
-
Time - Every 1.00 seconds of game time
-
-
Conditions
-
Actions
-
For each (Integer A) from 1 to 8, do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(switches[(Integer A)] is dead) Equal to True
-
-
Then - Actions
-
Destructible - Kill blocker[(Integer A)]
-
Destructible - Open gates[(Integer A)]
-
Trigger - Turn off (This trigger)
-
Wait 5.00 seconds
-
Destructible - Resurrect blocker[(Integer A)] with (Max life of blocker[(Integer A)]) life and Show birth animation
-
Destructible - Resurrect switches[(Integer A)] with (Max life of switches[(Integer A)]) life and Show birth animation
-
Destructible - Close gates[(Integer A)]
-
Trigger - Turn on (This trigger)
-
-
Else - Actions
-
-
-
-
-