View Single Post
  #1  
Old 03-26-2011, 09:00 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
Playerworld Script Uploading Problem

Hello,

I am trying to upload a GUI to my playerworld (Dev mrnothersan). I am trying to add GuiWindowCtrl. I have tried adding a new class and naming it "gui" and then putting the script from here: http://wiki.graal.net/index.php/Crea.../GuiWindowCtrl in there but when I log into my playerworld, it doesn't work.

The script I have added in Classes is:

NPC Code:

new GuiWindowCtrl("Test_Window") {
profile = GuiBlueWindowProfile;
x = 10;
y = 10;
width = 160;
height = 80;
text = "Window";
}



I have not touched anything else. Do I have to upload the PNG image of it or something?

Please explain to me how to add a gui from here: http://wiki.graal.net/index.php/Crea...F_Object_Types

Thanks
mrnothersan
Reply With Quote