Advertisement
Guest User

Untitled

a guest
Mar 30th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. _CabinetPos = ["cabinetA", "cabinetB", "cabinetC", "cabinetD"] call BIS_fnc_selectRandom;
  2.  
  3. cabinet setpos getmarkerpos _CabinetPos;
  4.  
  5. cabinet addAction["<t color='#1226FF'>Look for Intel</t>", "Scripts\LookForIntel.sqf", nil,1,false,true,"","((_target distance _this) <3"];
  6. computer addAction["<t color='#1226FF'>Look for Intel</t>", "Scripts\LookForIntel.sqf", nil,1,false,true,"","((_target distance _this) <3"];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement