Simple scripting library

Blitz3D Forums/Blitz3D Programming/Simple scripting library

Baystep Productions(Posted 2008) [#1]
Well heres my simple scripting library.

http://blitzbasic.com/codearcs/codearcs.php?code=2246

Its a bit old of code so I released the v0.5 to public. It offers the features of.....

-Variables: integer, float, string.
-If,Else statements.
-Custom call-back functions.
-Custom Class/Object structures.