- idea:
how can i disable unit control ? i tried "ward" and yes it kinda works, but i still can give units orders to move. (basicaly i just want disable player control on units movement.)
Second how to make units return to theyr build position ? (idea - unit builded>starts wave>units move/attack, all creeps are killed>units returns to build position).
I just need action/condition to order them move back to original position they were builded.
Thanks !|||Why don't you give the unit 0 movement speed in object editor.
If you need the trigger it's:
Code:
Unit - Set (Triggering unit) movement speed to 0.00
And this trigger for their default position:
Code:
Unit - Make (Triggering unit) face Default building facing over 0.00 seconds
No comments:
Post a Comment