#include "..\script_component.hpp" /* * Author: IDSolutions * Initializes the phone action * * Arguments: * None * * Return Value: * None * * Example: * [] call forge_client_phone_fnc_initAddAction; * * Public: No */ waitUntil { "FORGE_Phone" in items player }; FORGE_addAction = player addAction ["Mobile Phone", FUNC(initAction), [], -99, false, false, "", ""];