The trigger i am working on is supose to open the gate when you enter the area and close it when you leave it.
I tried two things that din't work just to test if the trigger itself was triggered at the right moment
I touth "what if the unit leaving the area conflicted with the open trigger and closed/opened in a flash"
-
open caster
-
Events
-
Unit - A unit enters open caster <gen>
-
-
Conditions
-
Actions
-
Destructible - Open Demonic Gate (Vertical) 0030 <gen>
-
-
-
close caster
-
Events
-
Unit - A unit leaves open caster <gen>
-
-
Conditions
-
Actions
-
Destructible - Close Demonic Gate (Vertical) 0033 <gen>
-
-
I tried two things that din't work just to test if the trigger itself was triggered at the right moment
-
close caster
-
Events
-
Unit - A unit leaves open caster <gen>
-
-
Conditions
-
Actions
-
Destructible - Close Demonic Gate (Vertical) 0033 <gen>
-
Game - Display to (All players) the text: working?
-
-
I touth "what if the unit leaving the area conflicted with the open trigger and closed/opened in a flash"
-
close caster
-
Events
-
Player - Player 1 (Red) types a chat message containing -close as An exact match
-
-
Conditions
-
Actions
-
Destructible - Close Demonic Gate (Vertical) 0033 <gen>
-
Game - Display to (All players) the text: working?
-
-