- Joined
- Mar 25, 2008
- Messages
- 2,955
ohai 
i'm using a resurrection ability for a unit which shall move to a certain point after being resurrected but i neither can find the right event for that (unit starts the effect of an ablity doesn't seem to work)
My trigger (if needed) is like this:
ah well, someone move this please into the triggersection >.<
i'm using a resurrection ability for a unit which shall move to a certain point after being resurrected but i neither can find the right event for that (unit starts the effect of an ablity doesn't seem to work)
My trigger (if needed) is like this:
-
res
-
Events
-
Unit - A unit starts the effect of an ability
-
-
Conditions
-
(Red <gen> contains (Triggering unit)) Equal to True
-
(Ability being cast) Gleich Resurrection
-
-
Actions
-
Set split_tmppkt = (Center of Red wp11 <gen>)
-
Unit - Order (Triggering unit) to Move to split_tmppkt
-
Custom script: call RemoveLocation(udg_split_tmppkt)
-
-
ah well, someone move this please into the triggersection >.<