ironsphererpg/gui/clipboard.gui
Jusctsch5 a5143b67f7 T2RPG: Initial commit of ironsphererpg directory
Taking everything obtained from http://ironsphererpg2.webs.com/ and dumping it in a git repo
2015-01-18 21:06:06 -06:00

20 lines
429 B
Plaintext

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";
};
};