mirror of
https://github.com/Jusctsch5/ironsphererpg.git
synced 2026-01-19 19:44:45 +00:00
20 lines
429 B
Plaintext
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";
|
||
|
|
};
|
||
|
|
};
|