- Joined
- Nov 14, 2004
- Messages
- 159
I seem not able to find way to make unit do Move To end-goal region after when they come back alive with Reincarnation ability without attacking nearby towers (for my Maul map).
I have tried all the "ability" event, and ability equal to Reincarnation. They all didn't work. Once they get reincarnated, they attack nearby tower and walk back to the spot where they revived.
I have tried all the "ability" event, and ability equal to Reincarnation. They all didn't work. Once they get reincarnated, they attack nearby tower and walk back to the spot where they revived.
Code:
revived creeps
Events
Unit - A unit *all events with ability*
Conditions
(Ability being cast) Equal to Reincarnation (Wisp Lvl 30)
Actions
If ((Owner of (Triggering unit)) Equal to Player 7 (Green)) then do (Unit - Order (Triggering unit) to Move To (Center of endleft <gen>)) else do (Do nothing)