View Single Post
  #10  
Old 03-26-2011, 10:05 PM
mrnothersan mrnothersan is offline
Owner of MrNothersan
Join Date: Mar 2011
Location: On the Computer
Posts: 97
mrnothersan is an unknown quantity at this point
Send a message via AIM to mrnothersan Send a message via MSN to mrnothersan
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
__________________

Regards
MrNothersan - Playerworld owner


Staff Hirings Thread for MrNothersan: http://forums.graalonline.com/forums....php?p=1639180

Reply With Quote