ID:1358602
 
Posting a link what I've done, yea it needs alot of work but at least I got it to work xD , I plan on remaking it sooner or later. ^-^

It was done for fun and I really just made it as I went so it's really "hacky".

[Download]

:O
That's amazing! Keep up the good work, Koz!
mixture of VB and python syntax? xD
In response to Wissam
Wissam wrote:
mixture of VB and python syntax? xD

I have no clue o.o, I just went with the flow. xD
Currently rebuilding most of it and making it more user friendly c:

Supports
  • Variable Types
  • C "Hello!" Strings
  • C 1000000 Number
  • C A Value of Variable A
  • C ("Kozzy","Koz") List
  • Functions
  • alert
  • alertlist
  • text2num
  • num2text
  • while
  • continue
  • for
  • copytext
  • findtext
  • uppercase
  • lowercase
  • goto
  • if
  • elif
  • else
  • print
  • printl
  • printc
  • sleep
  • input
  • text2file
  • file2text
  • rand
  • abs
  • return
  • prob
  • html_encode
  • html_decode
  • call
  • round
  • run For calling other defs.
  • hash
  • eval

++
[Download]

  • Things to do
  • Allow tmp vars only alive in a single def.
  • Allow loop and if statements inside of itself.
  • Add switch.
  • Clean up most of the older commands.
  • Fix error reporting at run-time.
  • Fix errthing.