Can someone tell me if that is a corect code some parts dont work 
[@main]
#IF
checkjob wizard
#ACT
goto @Main-1
#ELSESAY
You are not a level 50 Wizard! What do you take me for!\
<Exit/@exit>
[@main-1]
Hello <$USERNAME>\
I am Evolution, the owner of this kingdom. It may look familier\
but it is a Clone of the Real. I can provide you with ANYTHING!\
Here is a list of pets\
<BoneLord/@BL>\
<WoomaTaurus/@WT>\
<Next Page/@Next> <Exit/@exit>\\
[@Next]
#IF
checkjob wizard
#SAY
Ok, <$USERNAME> its time to sort out your Armour!\
<MiR Armour (M)/@giveMirArmour(m)>\
<Next Page/@Next-1> <Exit/@exit>\\
[@Next-1]
#IF
checkjob wizard
#SAY
Ok, <$USERNAME> what boss would you like to spawn?
<WoomaTaurus/@WT>\
[@BL]
#IF
checklevel 50
checkslavecount > 5
#SAY
Sorry, you have already got enough pets!
#ELSEACT
RECALLMOB BoneLord 1\
RECALLMOB WoomaTaurus 1\
#GIVE
MiRArmour(M) 1\
#ACT
SPAWN WoomaTaurus 1\
[@main]
#IF
checkjob wizard
#ACT
goto @Main-1
#ELSESAY
You are not a level 50 Wizard! What do you take me for!\
<Exit/@exit>
[@main-1]
Hello <$USERNAME>\
I am Evolution, the owner of this kingdom. It may look familier\
but it is a Clone of the Real. I can provide you with ANYTHING!\
Here is a list of pets\
<BoneLord/@BL>\
<WoomaTaurus/@WT>\
<Next Page/@Next> <Exit/@exit>\\
[@Next]
#IF
checkjob wizard
#SAY
Ok, <$USERNAME> its time to sort out your Armour!\
<MiR Armour (M)/@giveMirArmour(m)>\
<Next Page/@Next-1> <Exit/@exit>\\
[@Next-1]
#IF
checkjob wizard
#SAY
Ok, <$USERNAME> what boss would you like to spawn?
<WoomaTaurus/@WT>\
[@BL]
#IF
checklevel 50
checkslavecount > 5
#SAY
Sorry, you have already got enough pets!
#ELSEACT
RECALLMOB BoneLord 1\
RECALLMOB WoomaTaurus 1\
#GIVE
MiRArmour(M) 1\
#ACT
SPAWN WoomaTaurus 1\
