ErZorScript needs suggestions!

10/15/2008 13:34 Erra#1
ErZorScript is a scripting language, kind of like AutoIT and similarities but not yet as well developed!

Currently it's possible to run scripts and compile scripts to EXE files.

Download @ [Only registered and activated users can see links. Click Here To Register...]

List of functions (v1.2.4) can be found in this thread at my forum:
[Only registered and activated users can see links. Click Here To Register...]

And the changelog can be found here:
[Only registered and activated users can see links. Click Here To Register...]

Please post any comments, suggestions, bug reports or questions in this thread!

Regards,
Erra
10/16/2008 18:15 Erra#2
A new version has been uploaded, with a totally remade variable system! It's a lot like C++ now, used as variableName=variableValue; (in the next version that semi-colon will not be needed! It made functions unavailable to be used in variables).

Check out the changelog, next release already has two more functions;
Rand(Low,High); <-Randomizoreror, it's possible to use variables in it
Mid(String,Start,Length); <-Gets a part of a string, it's possible to use variables in it


Please people, come with suggestions! :)