%100
+3

[@main]
Welcome. What can i do for you?\
Hmmm...... \
You need to be in the opposite side of the world... \
in an istant? Begin to run... my friend... \
or pay up a modest fee for my generous help... \ \


 <Prices/@Price> \
  <Teleport/@talkwith>, <Cancel/@exit>
<>

[@Price]
Here are Teleport prices\ \
Teleport to Bichon Wall is 8000 gold \
Teleport to Serpent Village is 8000 gold\
Teleport to Mongchon mud wall is 8000 gold \
 <Back/@main>


[@talkwith]
#IF
checklevel 11

#SAY
Are you sure?\
Would you try to use that ?? \

   <Move To Bichon wall/@bichon> \
   <Move to Serpent Village/@Serpent> \
   <Move to Mongchon mud vall/@Mongchon> \
   <Back/@main>

#ELSESAY 
You need to be at least lvl 11 to use my skills!!\ \
   <Back/@main>
<>


[@Bichon]
You need money to move to the Bichon Wall \
I can't move you there without charge \
It will cost 8000 gold to move there \ 
Will you pay me to move? \ \
   
   <Move/@pay1> \
   <Cancel/@talkwith>   
<>
[@pay1]
#IF
checkgold 8000

#ACT
take Gold 8000
mapmove 0 300 300

#ELSESAY
You kidding me!! Without money??? \
don't even think about it?? I don't want to see you again... \ 
break

<Back/@main>

[@Mongchon]
You need money to move to Mongchon \
I can't move you there without charge \
it is cost 8000 gold to move there \ 
Would you pay for it? \ \
   
   <Move/@pay2> \ 
   <Cancel/@talkwith>   
<>

[@pay2]
#IF
checkgold 8000

#ACT
take Gold 8000
mapmove 3 310 300

#ELSESAY
You kidding me!! ...without money.. \
Don't think about it?? I don't want to see you again.. \ 
break

<Back/@main>

[@Serpent]
You need money to move to Serpent Village \
I can't move you there without charge \
it is cost 8000 gold to move there \ 
Would you pay for it? \ \
   
   <Move/@pay3> \ 
   <Cancel/@talkwith>   
<>

[@pay3]
#IF
checkgold 8000

#ACT
take Gold 8000
mapmove 2 500 490

#ELSESAY
You kidding me!! ...without money.. \
Don't think about it?? I don't want to see you again.. \ 
break

<Back/@main>