#include "..\script_component.hpp" /* * Function: forge_client_garage_fnc_openGarage * Author: IDSolutions * * Description: * Opens the garage dialog * * Arguments: * None * * Return Value: * None */ disableSerialization; createDialog "RscGarageDialog"; ctrlSetText [IDC_DIALOGNAME, format ["%1's Garage", (name player)]]; [] call FUNC(fetchGarage); [] call FUNC(fetchNearby);