Hello there,
I am trying to make a convoy going from a base to another. If the convoy makes it alive then they start over.
To do this I use the “unitDoBailout” action when the units enter an area. Then I use “unitRespawn” on the starting area.
It does work perfecly fine until the unit is destroyed on the way. Then when it spawns back the unit stay stuck at the starting area, not following it’s waypoints.
Does anyone knows what I am doing wrong here?
I tried to use the “unitSetRoute” after the “unitRespawn” action but that only work if the unit never died on the way. Also the “teleportToStart” doesn’t seems to work