// This file was decompiled using sascm.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013
{$CLEO .cs}
//-------------MAIN---------------
thread "MONEYCHECK"
:MAIN
repeat
wait 0
until 0ADC: test_cheat "CHECKMONEY"
010B: 1@ = player $PLAYER_CHAR money
if
0029: 1@ >= 750
then
print "Your money is bigger than 750" time 1500
jump @A
else
print "Your money is lower than 750" time 1500
jump @B
end
:A
wait 0
//codes here
jump @MAIN
:B
wait 0
//codes here
jump @MAIN