Fixed conversion of these 2 trickys...
- Auto fixes split lines (+)
- Auto adjustment for code after a condtion not in {}, ie a single line. this is auto corrected (end added increases lines in file)
ie for !x 1 5 set %y %y + 1 translates as for x=1,5 do y=y+1 NO end
Commands applies to IF,For,While, CMPPIX,OnHotKEy
(Doesnt not fixed nested bad blocks.. ie if x=y if x=z if x=q set x=0
- Auto Removal of blank lines left by { no longer needed.
- Added comment blocks for library function definition, script body and moved script body to end of file.
(Note: Bascailly only the menu commands and a few unsuported vars left to translate,, and of course finish writing the library functions)