CLEO Help What's with with my NOT operator?

CLEO related
Status
Not open for further replies.

Polaroid

Active member
Joined
Oct 30, 2014
Messages
39
Reaction score
0
PHP:
{$CLEO .cs}

0000: NOP 
thread "TEST" 

:TEST_1
wait 0
if
044B: not actor $PLAYER_ACTOR on_foot
then
00BA: show_text_styled GXT "BEEFY" time 1000 style 2
end
jump @TEST_1

Basiclally, I'm using a NOT to display text when a player is not on foot. But it doesnt work. The text is being displayed when I am on foot. I can't get the NOT operator to work
 
Status
Not open for further replies.
Top