Advertisement
icdb

[ArmA3] addAction "Open Arsenal" to all NATO supplyCrates

Jan 5th, 2018
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.17 KB | None | 0 0
  1. {
  2.     if (typeOf _x == "B_supplyCrate_F") then {
  3.         _x addAction["Open Arsenal", {[ _this select 0, _this select 1] call ace_arsenal_fnc_openbox;}];
  4.     }
  5. } forEach Vehicles;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement