%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 16000 gold \
Teleport to Serpent village 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> \
   <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 16000 gold to move there \ 
Will you pay me to move? \ \
   
   <Move/@pay1> \
   <Cancel/@talkwith>   
<>
[@pay1]
#IF
checkgold 16000

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

[@Serpent]
You need money to move to Serpent village \
I can't move you there just for free \
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 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>

