ironsphererpg/gui/clipboard.gui

20 lines
429 B
Plaintext
Raw Permalink Normal View History

new SimSet(guiClipboard) {
new ShellTabButton(GM_Roster) {
profile = "ShellTabProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "20 46";
extent = "108 38";
minExtent = "48 38";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
command = "GuildManagementGUI.setPane(Roster);";
helpTag = "0";
text = "Roster";
longTextBuffer = "0";
maxLength = "255";
};
};