mirror of
https://github.com/rambo/arma3_missions.git
synced 2024-08-30 16:52:13 +00:00
7 lines
251 B
Plaintext
7 lines
251 B
Plaintext
_vehicle = _this select 0;
|
|
_pilot = _this select 1;
|
|
diag_log format["vehicleIinit called, _this: %1", _this];
|
|
|
|
_vehicle addAction ["Repair", "repair.sqf"];
|
|
_vehicle addAction ["Respawn", "manualRespawn.sqf", [_vehicle, _pilot]];
|
|
_pilot addRating 9999; |