checkgamegold usage: CHECKGAMEGOLD >= 100 what it does: checks if your gamegold >= 100, options: =, <, >, >=
checkgamepoint usage: CHECKGAMEPOINT < 5 what it does: checks if your gmepoints are lower then 5, options: =, <, >, >=
gamepoint usage: GAMEPOINT = 5 what it does: sets your gamepoint value to 5, options: =, +, -
[@gpfrost]\
#IF
checklevel 45
CHECKSLAVECOUNT = 0
CHECKGAMEpoint = 300
#ACT
GAMEPOINT - 300
RECALLMOB FrostTiger
RECALLMOB FrostTiger
RECALLMOB FrostTiger
RECALLMOB FrostTiger
goto @say
break
#ELSEACT
goto @no
[@SAY]
There you go enjoy your new pets.\
[@NO]
You do not have enough points!
<Back/@main>\ \
try that? maybe have the break in the wrong position?