[@Main]
#IF
CHECKPKPOINT 2
#SAY
We dont serve evil people like you.\ \
<Leave/@Exit>\
#ELSEACT
goto @MainMenu

[@MainMenu]
Hello <$USERNAME>, they call me the Master Tamer!\
Why..? Well I'll show you why!\
For a small fee I can tame you some strong Oma's to fight\
by your side!  So what do you say?\
{-20=^}{-20=~}{f.3,i.2048-2057,t.100,b.1,R.0.0.50.50=img}{24=~}{50=^} <{View the Master Tamers prices.=FCO=116}/@TameList>{6=~}\ 
Do you need <directions?/@Directions>\
<Leave/@Exit>\

[@TameList]
What would you like me to tame for you <$USERNAME>?\
Prices are listed next to the location.\
<&{Oma=FCO=116}  {(Cost: 30000Gold)=FCO=150}  {(Pet Given: 5)=FCO=150}  {(LvL Required: 13)=FCO=150}/@PetsGiveOma>\
<&{OmaFighter=FCO=116}  {(Cost: 30000Gold)=FCO=150}  {(Pet Given: 3)=FCO=150}  {(LvL Required: 20)=FCO=150}/@PetsGiveOmaFighter>\
<&{OmaWarrior=FCO=116}  {(Cost: 30000Gold)=FCO=150}  {(Pet Given: 1)=FCO=150}  {(LvL Required: 26)=FCO=150}/@PetsGiveOmaWarrior>\
\ \
<Back/@Main>   <Leave/@Exit>\


[@Directions]
#CALL [\\NPC\WoomyonWoods\WoomyonEncampment\Navigation.txt] @main2

[@PetsGiveOma]
#IF
checkgold 30000
CheckLevel 13
CHECKSLAVECOUNT < 1
#ACT
take gold 30000
recallmob Oma
recallmob Oma
recallmob Oma
recallmob Oma
recallmob Oma
BREAK
#ELSEACT
goto @error

[@PetsGiveOmaFighter]
#IF
checkgold 30000
CheckLevel 20
CHECKSLAVECOUNT < 3
#ACT
take gold 30000
recallmob OmaFighter
recallmob OmaFighter
recallmob OmaFighter
BREAK
#ELSEACT
goto @error

[@PetsGiveOmaWarrior]
#IF
checkgold 30000
CheckLevel 26
CHECKSLAVECOUNT < 5
#ACT
take gold 30000
recallmob OmaWarrior
BREAK
#ELSEACT
goto @error

[@error]
Sorry <$USERNAME> I cant help you here.\
You either not got enough gold, level is to high,\
or you already have to many pets!\
Come back when you think you can recruit some pets!\
\ \
<Back/@Main>   <Leave/@Exit>\