set value1 random 1 100 set value2 3 set value3 0 value3 = value1 / value2 say get value1 say %20is%20 ifnot value3 decimal say not say %20a%20decimal!
lol...im making this awesome isnt that enough? XP btw, will have to ditch old levels, and also the NEW editor is a plain text editor lmao XP basically, go analyze your levels, before this epicness owns it XP
say Hello%20World! set value1 random 10 20 say [newline] say Val%201:%20 say get value1 set value2 12 set value3 2 value2 = value2 ^ value3 say [newline] say get value2
[re-edit] what it parses so far: <varname> = <varname> {+|-|*|/|^|r(root)} <varname> - does math score <value>, score get <varname> - saves score say <text>, say [newline], say get <varname> - says stuff in text box set <varname> <value>, set <varname> <random> <min> <max> - sets a value next up: if statements :3
heh guess what, I no longer have the fla files for this XP I may or may not fix this up, and maybe add stuff, but probably not...might change this to a simple script engine ;) [edit] maybe even scoring ;)