Author Topic: ScriptGUI  (Read 400 times)

A program, located in blockland base folder, that works like a scripting GUI... basically is one.

It allows you to create a new CS file, and then enter your script.
When you click 'Syntax Check' it checks the entire code for errors as it would if it were loading it in an add-on.
A mini simulator window in the corner would be nice too, basically a SinglePlayer server.
Also, auto-enter might be nice : You begin typing a bit of script, and in a window on the right it checks for all functions that have that in their name.

Would be very useful for add-on makers who don't want to have to start a server, see it fail, end server, modify, repeat over and over until it works.

A GUI maker would be quite nice too... i just can't understand all that code about GUIs.
« Last Edit: August 07, 2010, 07:08:50 PM by ThinkInvisible »

i think there is a gui editor, with mission editor or something

Not a GUI editor, a GUI maker.
Editing is just flipping around another GUI...
and i think you can't really add new elements there.

You don't need to restart a server to retest an add-on just type
exec("/add-ons/<addon_name>/server.cs");
where <addon_name> is your addon's name.

And the mission/mod editor that comes with blockland can create completely new GUI's and add new elements at will.