Parazitas said:Hello world.
I`am looking cleo and have questions.
I want try create auto unfreeze cleo , it is possible?
- Well it is possible -
Source:
http://pastebin.com/UCBPZLz2
{$CLEO .cs}
//-------------MAIN---------------
thread 'RUN_SYLAR'
:RUN_SYLAR_19
wait 0
if
Player.Defined($PLAYER_CHAR)
jf @RUN_SYLAR_19
Player.InfiniteRun($PLAYER_CHAR) = True
Player.CanMove($PLAYER_CHAR) = True
Actor.LockInCurrentPosition($PLAYER_ACTOR) = False
018C: play_sound 1058 at 0.0 0.0 0.0
goto @RUN_SYLAR_19
end_thread
not490 said:Parazitas said:Hello world.
I`am looking cleo and have questions.
I want try create auto unfreeze cleo , it is possible?
- Well it is possible -
Source:
http://pastebin.com/UCBPZLz2
Code:{$CLEO .cs} //-------------MAIN--------------- thread 'RUN_SYLAR' :RUN_SYLAR_19 wait 0 if Player.Defined($PLAYER_CHAR) jf @RUN_SYLAR_19 Player.InfiniteRun($PLAYER_CHAR) = True Player.CanMove($PLAYER_CHAR) = True Actor.LockInCurrentPosition($PLAYER_ACTOR) = False 018C: play_sound 1058 at 0.0 0.0 0.0 goto @RUN_SYLAR_19 end_thread
Well looking into this script i don't see anything special, but you want this to be compiled?