CLEO Help Player.Health

CLEO related
Status
Not open for further replies.

der_Hahn

Member
Joined
Jul 3, 2015
Messages
11
Reaction score
0
How can i set actor.health to 99 when it reach 100?
Code:
0000: NOP 

:NONAME_2
wait 0 
if 
key_down 107 
else_jump @NONAME_2 
0@ = Actor.Health($PLAYER_ACTOR)
0@ += 20 
Actor.Health($PLAYER_ACTOR) = 0@
wait 999
jump @NONAME_2
 
Status
Not open for further replies.
Top