9 lines
214 B
Plaintext
9 lines
214 B
Plaintext
#include "..\script_component.hpp"
|
|
|
|
disableSerialization;
|
|
createDialog "RscGarageDialog";
|
|
|
|
ctrlSetText [IDC_DIALOGNAME, format ["%1's Garage", (name player)]];
|
|
|
|
[] call FUNC(fetchGarage);
|
|
[] call FUNC(fetchNearby); |