;; ڷƮ ּ
[@main]
#IF
checkpkpoint 2
#SAY
;ڳװ ҷ  ̵  ټ .. \
I don't want to move a bad person like you.. \
; ϱ   ּ.. \ \
I don't want to see you any more, Get out of here righ now.. \ \
;<ݱ/@exit> 
<Close/@exit>
#ELSEACT
goto @next

[@next]
#IF
checklevel 22
#SAY
;ٸ   ?  ̵µ? \
Do you want to move to other village ? It costs much Gold \
;׷ٸ Ʒ ѹ ã .. \ \
then look through the following list  .. \ \
;  (5000) ̵ <Ѵ/@move1> \
<Move/@move1>to MongChon province(5000 gold) \
;õ(5000) ̵ <Ѵ/@move2> \
<Move/@move2>to Bichon province(5000 gold) \
;̵  <ʴ´/@exit>
<Cancel/@exit>move
#ELSESAY
; 22 ǽô  ̵  帱 ϴ. \ \
I can't move the person who is level 22 or less. \ \
;<  /@exit>
<Close/@exit>


[@move1]
#IF
checkgold 5000
#ACT
take Gold 5000
mapmove 3 298 379
#ELSESAY
;<$USERNAME>  ϳ׿.  鼭 ̵ Ѵ޶ \
<$USERNAME>,You are kidding me. \
Why do you ask me to move without enough Gold \
;Ͻô. Ե  .     ϳ? \ \
Think about it. Who will do a nonpaying business? \ \
;<  /@exit>
<Close/@exit>

[@move2]
#IF
checkgold 5000
#ACT
take Gold 5000
mapmove 0 292 218
#ELSESAY
;<$USERNAME>  ϳ׿.  鼭 ̵ Ѵ޶ \
<$USERNAME>,You are kidding me. \
Why do you ask me to move without enough Gold \
;Ͻô. Ե  .     ϳ? \ \
Think about it. Who will do a nonpaying business? \ \
;<  /@exit>
<Close/@exit>

