Hello, I have 2 same cleo scripts, one works and one gives this error "Unknown directive . (Dot)"
This works:
This gives error:
This works:
{$CLEO .cs}
thread 'TESTCLEO'
:TESTCLEO_01
wait 0
if
0AB0: key_pressed 123
004D: jump_if_false @TESTCLEO_01
0332: set_actor $PLAYER_ACTOR bleeding 1
jump @TESTCLEO_01
This gives error:
Im going crazy @_@{$CLEO .cs}
thread 'amg'
:amg
wait 0
if
0AB0: key_pressed 123
004D: jump_if_false @amg
0332: set_actor $PLAYER_ACTOR bleeding 1
jump @amg