ACE3/TO_MERGE/agm/Logistics/functions/StaticWeapons/fn_getIn.sqf

9 lines
141 B
Plaintext
Raw Normal View History

// by commy2
_vehicle = _this select 0;
player action [
["GetInGunner", "MoveToGunner"] select (vehicle player == _vehicle),
_vehicle
];