- Joined
- Dec 30, 2011
- Messages
- 13
When a unit attack the Gate while this is opening(between 2 sec), and it open and then close... but all the damage taken(between 2 sec) does not appear.
What should i do?
Edit:
epicwar.com/maps/299822/
What should i do?
Edit:
-
Gate 1
-
Events
-
Unit - A unit enters GATE 1 <gen>
-
-
Conditions
-
((Entering unit) is A Hero) Equal to True
-
-
Actions
-
Set GateHP[1] = (Current life of Gate (Diagonal 1) 0000 <gen>)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
GateHP[1] Greater than 0.00
-
-
Then - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
GateHP[1] Less than or equal to 0.00
-
-
Then - Actions
-
Skip remaining actions
-
-
Else - Actions
-
-
Wait 2.00 seconds
-
Destructible - Open Gate (Diagonal 1) 0000 <gen>
-
Wait 10.00 seconds
-
Destructible - Close Gate (Diagonal 1) 0000 <gen>
-
Destructible - Set life of Gate (Diagonal 1) 0000 <gen> to GateHP[1]
-
Trigger - Turn on (This trigger)
-
-
Else - Actions
-
-
-
-
Gate Turn
-
Events
-
Destructible - Gate (Diagonal 1) 0000 <gen> dies
-
-
Conditions
-
Actions
-
Trigger - Turn off Gate 1 <gen>
-
-
epicwar.com/maps/299822/
Last edited: