%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 Border village and Ginko Tree valley \
both worth 4000 gold pieces \
Teleport to Serpent village is 8000 gold \
Teleport to Mongchon mud wall is 16000 gold \
 <Back/@main>


[@talkwith]
#IF
checklevel 11

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

   <Move to Ginko tree Valley/@Ginko> \
   <Move to Border village/@Border> \
   <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>
<>

[@Ginko]
You need money to move to Ginko Tree valley \
I can't move you there just for free \
it is cost 4000 gold to move there \ 
Would you pay for it? \ \
   
   <Move/@pay1> \ 
   <Cancel/@talkwith>   
<>


[@pay1]
#IF
checkgold 4000

#ACT
take Gold 4000
mapmove 0 630 610

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

<Back/@main>

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

#ACT
take Gold 4000
mapmove 0 290 620

#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/@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>

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

[@pay4]
#IF
checkgold 16000

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