Author Topic: event gui creator  (Read 330 times)

i'm making a sattelite and im making a control console, but i noticed that there isnt a gui creator.
so i was wondering if someone could possibly make it so i could maybe make it so it would be like;

[onactivate>self>createGUI>{topbar}-{firstbuttonname}-{secondbuttonname}-{thirdbuttonname}-{fourthbuttonname}

i know, maybe 4 buttons is alot, but i was really hoping for something that would allow me to make a gui easily. if you can do this i would be very grateful. thank you.
(BTW if i get the mod and manage to use it and everytihng i will post pics of the build and if i find out how, download too!)

so, you want something that makes events for you?
just event something to do it instead of suggestion an addon to do it

He want's an event that makes a GUI for him
Thing is, this would take a long time to script, and I think it may not work out as expected.

What i think he means is a Message box were you can customize the buttons and have them go up to four buttons (Precisley for Yes/No/Maybe/I don't know.)

If you wanted to make your first mod be a GUI and an event to put it up, you could do these steps

1. Press F10 on the main menu to open the GUI editor
2. Press File>New
3. Follow AGlass0fMilk's GUI guide
4. Save the GUI
Script related steps
Code: [Select]
function serverCmdGUI(%client)
{
   canvas.pushDialog("GUINAME");
}