arma3_missions/helotraining.Altis/vehicleInit.sqf

7 lines
251 B
Plaintext
Raw Normal View History

2016-07-24 07:57:58 +00:00
_vehicle = _this select 0;
_pilot = _this select 1;
2016-07-24 08:35:03 +00:00
diag_log format["vehicleIinit called, _this: %1", _this];
2016-07-24 07:57:58 +00:00
_vehicle addAction ["Repair", "repair.sqf"];
_vehicle addAction ["Respawn", "manualRespawn.sqf", [_vehicle, _pilot]];
_pilot addRating 9999;