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