[@main]
Welcome <$USERNAME>,I'm Dale.\
I'm the Youngest Hero of <$SERVERNAME>,\
Here if you have the Tools i will,\
UpGrade there item set!\
<Sure/@go1> <Whats Needed/@go2> <Exit/@exit>\

[@go2]
#Say
Make sure the have tools needed for your Class!\

Warrior :<Need/@help1>\
Wizard  :<Need/@help2>\
Taoist  :<Need/@help3>\

[@help1]
#say
You must have the following items,\
For your Class.\

1.SpiderWeb\
2.PoisonMarble\ 
3.FocusMarble\

<Back/@main>

[@help2]
#say
You must have the following items,\
For your Class.\

1.RedThread\
2.IceMarble\
3.WillMarble\ 

<Back/@main>

[@help3]
#say
You must have the following items,\
For your Class.\

1.WindMarble\
2.EvasionMarble\
3.BlackThread\ 

<Back/@main>


[@go1]
Please Stat your Class.\

Warrior <Caaft/@next>\
Wizard  <Caaft/@next2>\
Taoist  <Caaft/@next4>\

[@next]
#IF
CheckJob Warrior
#ACT
goto @next1
#ESLEACT 
goto @wrong

[@next1]
#ACT
take SpiderWeb 1 
take PoisonMarble 1
take FocusMarble 1
UPGRADEITEMEX 5 2 2 1 1
UPGRADEITEMEX 7 2 2 1 1
UPGRADEITEMEX 3 2 2 1 1
UPGRADEITEMEX 1 0 2 8 1
UPGRADEITEMEX 0 2 2 1 1
goto @alldone


[@next2]
#IF
CheckJob Wizard
#ACT
goto @next3
#ESLEACT 
goto @wrong

[@next3]
#ACT
take RedThread 1
take IceMarble 1
take WillMarble 1
UPGRADEITEMEX 5 3 2 1 1
UPGRADEITEMEX 7 3 2 1 1
UPGRADEITEMEX 3 3 2 1 1
UPGRADEITEMEX 1 1 2 8 1
UPGRADEITEMEX 0 3 2 1 1
goto @alldone

[@next4]
#IF
CheckJob Taoist
#ACT
goto @next5
#ESLEACT 
goto @wrong

[@next5]
#ACT
take WindMarble 1
take EvasionMarble 1
take BlackThread 1
UPGRADEITEMEX 5 4 2 1 1
UPGRADEITEMEX 7 4 2 1 1
UPGRADEITEMEX 3 4 2 1 1
UPGRADEITEMEX 1 2 2 8 1
UPGRADEITEMEX 0 4 2 1 1
goto @alldone

[@alldone]
You set Upgrade is Done!\


[@wrong]
Sorry your the Wrong Class!\