Setting value to Number variable from a Number function
readNumber()
- function that returns a numeric value
- declared inside “console.kh”
rad
- Number variable
- declared globally in this file
BEFORE:
readNumber(rad) – only way to make the function work
NOW:
It is still possible to use the old fashion way but
rad = readNumber(); – will also work the same as the old one.
This possibility was intended not to be possible with KonsolScript, since KonsolScript Developers tries to make KonsolScript for education.
But for an experienced coder, the old way makes the coder is stupid. Scripting will be not too convenient.
All these and few bug fixes, for all the gamers and gamedevs around.
Get this DX-rendering KonsolScript engine at
TESTER : http://downloads.sourceforge.net/konsolscript/konsolscript_0_1_45_bin.zip
RESEARCHER/DEVELOPER : http://downloads.sourceforge.net/konsolscript/konsolscript_0_1_45_src.zip
END-USER : http://downloads.sourceforge.net/konsolscript/konsolscript_0_1_45_Setup.zip
Version 0.1.35 was released without News, yet, some individuals checked it out for them selves.
You can help discovering the hidden bugs by joining the community. Simply download a copy of the latest release and start scripting around.
Feedback to mjmendoza@grupzero.tk







