1546
Add-Ons / Re: Blockland Glass v1.01
« on: April 14, 2012, 05:34:28 PM »
Updated to v1.01
Quote from: Change-log
1.01
- Removed console spam from the version check
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
1.01
- Removed console spam from the version check
So it doesn't allow for custom events. Just like I thought.Correct. This allows for semi-complex GUIs. Most GUIs are just a few buttons and text, but the super complex ones still have to stick to the old ways.
There is NO way to have an ENTIRELY working GUI downloader that has full functionality for ALL gui elements, that is ONE HUNDRED PERCENT safe and is capable of EVERYTHING any other client gui can do. It's just not possible. The following is possible:All of the thinking is done on the server, and the client just displays it. Any property of any element sent can be updated (other than command, altCommand, and closeCommand), and .setValue() can be called upon it also. Popup menus and lists are the only two GUI objects that are controlled not using those, and MessageVectors are spotty and have better alternatives.You can choose any two.
- safe
- includes all gui elements
- functional
- allows for complicated, custom script elements like list handling, etc.
You do realize that GUI scripts have {'s and }'s and ;'s in them, right?Yep. Matter of fact, this uses them too!

$remapDivision[$remapCount] = "My Divison";
$remapName[$remapCount] = "My Name";
$remapCmd[$remapCount] = "command";
$remapCount++;BLG_GKS.newBind("My Name", "command");build vehicle on construction plate then hit with wandI accidentally my entire build.