try to make an item where you die, if you have the item it revives you, and when you revive it teles you back to your base, so I put 4 charges of item reincarnation on the item, and set the time to 1 second, that works fine
but for the trigger to send the unit back to town is nto worknig for I have no idea why
any ideas?
but for the trigger to send the unit back to town is nto worknig for I have no idea why
Code:
move to safe spot
Events
Unit - A unit Dies
Conditions
((Dying unit) has an item of type Reinc Armor) Equal to True
Actions
Set reinc = (Owner of (Dying unit))
Wait 2.00 seconds
Unit Group - Pick every unit in (Units in (Playable map area) owned by reinc) and do (Unit - Move (Picked unit) instantly to (reinc start location))
Camera - Pan camera for reinc to (reinc start location) over 0.50 seconds
any ideas?


