%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 Spider village 4000 gold\
Teleport to Bichon Town is 4000 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 Spider village/@Spider>\
   <Move to Bichon wall/@Bichon> \
   <Move to Mongchon mud vall/@Mongchon> \
   <Back/@main>

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

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

#ACT
take Gold 4000
mapmove 11 196 305

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

<Back/@main>

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

#ACT
take Gold 4000
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>