Hi
Thanks for your reply.
I don't really understand what you mean. Can you tell me in simple terms how to add this Gui:
http://wiki.graal.net/index.php/File...rol_window.png to my playerworld so it appears when everyone logs into it.
I have gone onto the wiki and found this script for that gui:
NPC Code:
new GuiWindowCtrl("Test_Window") {
profile = GuiBlueWindowProfile;
x = 10;
y = 10;
width = 160;
height = 80;
text = "Window";
}
MN