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