#include "..\script_component.hpp" /* * Author: IDSolutions * Opens the locker dialog * * Arguments: * N/A * * Return Value: * N/A * * Examples: * [] call forge_client_locker_fnc_openLocker; * * Public: Yes */ disableSerialization; createDialog "RscLockerDialog"; ctrlSetText [IDC_DIALOGNAME, format ["%1's Locker", (name player)]]; [] call FUNC(fetchLocker); [] call FUNC(fetchPlayer);