Quote:
|
Originally Posted by HoudiniMan
I would check your Graal folder, if it's at all editable yet.
|
Why would it be in your graal folder? It would be per-server if it's edited.
I have figured out how to completely rescript it, but I don't know how to access the current script. Loriel, is that possible?
(To rescript it, you could do the following:)
NPC Code:
PlayerList_Window.destroy();
new GuiWindowCtrl(PlayerList_Window) {
// Stuff here
}
atleast in theory, it should work, haven't tried it yet.