Blockland Forums > Modification Help
NOVA
star9578:
Its a good idea, but at the same time its not, if this is completed we will see thousand upon thousands of horrible Add-Ons.
If you are going to do this make sure a complete idiot can't understand it, seriously.
M:
Make a secure scripting language for manipulating GUIs (only GUIs flagged for it obviously) that the server can send raw code to clients to allow for purely serversided GUIs.
Of course Torquescript is far too slow for this (I know, I've written a simple scripting language in it before, for a relatively simple script it took almost a full second to execute, though it wasn't all that well optimized)
otto-san:
I do plan on releasing this if I finish it; I'm not sure at all how it will turn out. It won't be so simple as to let idiots use it, no. But it will be somewhat simpler, or rather, less cluttered than Torquescript.
The current syntax for making functions is this:
nFunc [name] <^argn ^argn ^argn, etc>
Example:
--- Code: ---nFunc birds ^howmany ^howlong
--- End code ---
A few problems so far in that;
There's no way to detect if argument names are the same yet, which would be bad.
No way to detect duplicate function names.
Most of all
This means nothing as of now.
Wizard:
Why is this even needed? It looks more complicated than torquescript and less effective.
otto-san:
--- Quote from: Wizard on January 16, 2011, 04:26:21 PM ---Why is this even needed? It looks more complicated than torquescript and less effective.
--- End quote ---
Probably something I thought up when I was half-asleep and now I'm confused on how some things are even going to work.