CLEO Help Cleo who types commands

CLEO related
Status
Not open for further replies.

lukysnba

New member
Joined
Jul 14, 2013
Messages
2
Reaction score
0
Hello, can you show a little thing.I want to make CLEO which when you have armor lesser then 10 writes command.Need just example with geting armor every sec and writing command.Thanks.Sorry for bad english :D
 

ThermaL

Expert
Joined
Oct 23, 2013
Messages
1,593
Reaction score
3
Code:
if
    0256:   player $PLAYER_CHAR defined
then
    04DD: 0@ = actor $PLAYER_ACTOR armour
    if
        8029:   0@ >= 10 
    then
        0AF9: "/command"
 
Status
Not open for further replies.
Top