Why some scripts do not compile?
Posted: 11 Jan 2014, 10:53
Why this doesnt compile with miss2?
What else it wants? Bunch of do_nowt's thrown around?
"Unrecognised token in scriptfile"
'ctr' on line 5 (ctr = ctr + 1)
Stupid compiler or stupid me?
I tried to remove all spaces and things, still doesnt work.
Does anybody have a working example for WHILE_TRUE ?
I need it.
Or this command is broken and never compiled?
TIA.
What else it wants? Bunch of do_nowt's thrown around?
Code: Select all
counter ctr=1
levelstart
DO
ctr = ctr + 1
WHILE_TRUE ( ctr < 100 )
levelend
'ctr' on line 5 (ctr = ctr + 1)
Stupid compiler or stupid me?
I tried to remove all spaces and things, still doesnt work.
Does anybody have a working example for WHILE_TRUE ?
I need it.
Or this command is broken and never compiled?
TIA.