Advertisement
anden3

Untitled

Dec 9th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.28 KB | None | 0 0
  1. if !(player in thisList) exitWith {};
  2.  
  3. if (player getVariable ["outWire", false] && !(player getVariable ["madeSortie", false])) then {
  4.     player setVariable ["madeSortie", true];
  5.     player setVariable ["outWire", false];
  6.  
  7.     "madeSortie confirmed" remoteExec ["hint", 0];
  8. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement