Page 1 of 1

Respawning a Builder when Dead

Posted: Tue May 24, 2011 3:04 am
by BugMeNot
I would like help for an action. I need a unit to respawn in X amount of seconds when is killed and cant use a region since the position of players changes. So far i have
Event: a unit dies
Condition: unit of type equal to builder
action: ?

Re: Respawning a Builder when Dead

Posted: Tue May 24, 2011 9:50 am
by 3ICE
t_uni Unit - Create 1 (Unit type of (triggering unit)) at (Position of (triggering unit)) for (Owner of (triggering unit)) facing 270°.

Triggering unit is the dying unit.

Re: Respawning a Builder when Dead

Posted: Tue May 24, 2011 4:21 pm
by BugMeNot
thank you