//--- OBJECT WRITE BEGIN --- new GuiControl(DialogueGui) { profile = "GuiDefaultProfile"; horizSizing = "right"; vertSizing = "bottom"; position = "0 0"; extent = "1024 768"; minExtent = "8 2"; visible = "1"; new GuiMLTextCtrl() { profile = "GuiMLTextProfile"; horizSizing = "right"; vertSizing = "bottom"; position = "500 500"; extent = "1000 1000"; minExtent = "8 2"; visible = "1"; lineSpacing = "2"; allowColorChars = "1"; maxChars = "-1"; text = "Tell me about the equipment

What is my reward?

Who is the target?

I'm ready"; maxBitmapHeight = "-1"; selectable = "0"; }; new GuiBitmapButtonCtrl() { profile = "GuiBitmapButtonProfile"; horizSizing = "right"; vertSizing = "bottom"; position = "500 500"; extent = "100 25"; minExtent = "8 2"; visible = "1"; command = "firstoption();"; text = "Button"; groupNum = "-1"; buttonType = "PushButton"; }; new GuiBitmapButtonCtrl() { profile = "GuiBitmapButtonProfile"; horizSizing = "right"; vertSizing = "bottom"; position = "500 549"; extent = "100 25"; minExtent = "8 2"; visible = "1"; command = "secondoption();"; text = "Button"; groupNum = "-1"; buttonType = "PushButton"; }; new GuiBitmapButtonCtrl() { profile = "GuiBitmapButtonProfile"; horizSizing = "right"; vertSizing = "bottom"; position = "500 597"; extent = "100 25"; minExtent = "8 2"; visible = "1"; command = "thirdoption();"; text = "Button"; groupNum = "-1"; buttonType = "PushButton"; }; new GuiBitmapButtonCtrl() { profile = "GuiBitmapButtonProfile"; horizSizing = "right"; vertSizing = "bottom"; position = "500 645"; extent = "100 25"; minExtent = "8 2"; visible = "1"; command = "fourthoption();"; text = "Button"; groupNum = "-1"; buttonType = "PushButton"; }; }; //--- OBJECT WRITE END ---