Advertisement
Guest User

Untitled

a guest
Apr 7th, 2014
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. //if (!isServer) then
  2. //{
  3. if (hostage1 distance hunters1 < hostage1 distance hunters2 and hostage1 distance hunters1 < hostage1 distance hunters3)
  4. then [{RideSouth = hunters1},{
  5. if (hostage1 distance hunters2 < hostage1 distance hunters1 and hostage1 distance hunters2 < hostage1 distance hunters3)
  6. then [{RideSouth = hunters2},{
  7. if (hostage1 distance hunters3 < hostage1 distance hunters1 and hostage1 distance hunters3< hostage1 distance hunters2)
  8. then {RideSouth = hunters3}
  9. }];
  10. }];
  11.  
  12. {_x assignascargo RideSouth} foreach units hostage1group;
  13. [hostage1] ordergetin true;
  14. //}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement