templates/directAction/do_not_edit/initPlayerLocal.sqf
2025-01-04 19:45:49 -06:00

10 lines
360 B
Plaintext

[] spawn forge_client_init_fnc_initPlayer;
[] spawn forge_client_medical_fnc_initMedical;
[] spawn forge_client_phone_fnc_initPhone;
[] spawn forge_client_service_fnc_initService;
[] spawn forge_client_store_fnc_initStore;
player addItem "FORGE_Phone";
// TODO replace with function
[player] call compile preprocessFileLineNumbers "do_not_edit\briefing.sqf";