Advertisement
SigWar

Untitled

Dec 29th, 2020
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. MY_fnc_extractToSafe = {
  2.  
  3. _inSideUnits = (allUnits select {(_x inArea triggerName)});
  4.  
  5. {
  6. _x setPos (getPos _safetriggerName);
  7.  
  8. } forEach _inSideUnits;
  9.  
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement