CLEO Help Run Animation

CLEO related
Status
Not open for further replies.

Felipe Ramos

Active member
Joined
Mar 15, 2014
Messages
33
Reaction score
0
Hey, i saw Opcode.eXe message, and i had an idea, maybe i could script a cleo to make running animations faster, like this:
Code:
{$CLEO .cs}
0000:

WHILE TRUE
    WAIT 0
    if
    04AD: actor $PLAYER_ACTOR in_water
    then
        0393: actor $PLAYER_ACTOR perform_animation "SWIM_CRAWL" at 1.25 times_normal_rate 
    end 
END
But instead of "SWIM_CRAWL" witch is the swimming animation, i could put the name of the run animation, but what is the run animation name's? Someone has it?
 
Status
Not open for further replies.
Top