Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. this addAction ["<t color='#808080'>Clear Loadout</t>", "scripts\clear_loadout.sqf", [],6,true,true,"","_this distance _target < 5"]; this addaction ["8311 Patch",{_caller = _this select 1;[_caller, "8311_Patch"] call BIS_fnc_setUnitInsignia;},nil,1,false,true,"","(_this distance _target) < 4"];
  2. this addaction ["8312 Patch",{_caller = _this select 1;[_caller, "8312_Patch"] call BIS_fnc_setUnitInsignia;},nil,1,false,true,"","(_this distance _target) < 4"];
  3. this addaction ["8313 Patch",{_caller = _this select 1;[_caller, "8313_Patch"] call BIS_fnc_setUnitInsignia;},nil,1,false,true,"","(_this distance _target) < 4"];
  4. this addaction ["8321 Patch",{_caller = _this select 1;[_caller, "8321_Patch"] call BIS_fnc_setUnitInsignia;},nil,1,false,true,"","(_this distance _target) < 4"];
  5. this addaction ["JTAC Patch",{_caller = _this select 1;[_caller, "JTAC_Patch"] call BIS_fnc_setUnitInsignia;},nil,1,false,true,"","(_this distance _target) < 4"];
  6. this addaction ["S.A.R.C. Patch",{_caller = _this select 1;[_caller, "SARC_Patch"] call BIS_fnc_setUnitInsignia;},nil,1,false,true,"","(_this distance _target) < 4"];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement