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