;; ڷƮ ּ
[@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 Serpent Valley(5000 gold) \
;齣(5000) ̵ <Ѵ/@move2> \
<Move/@move2>to Woomyon Woods(5000 gold) \
;฻(2000) ̵ <Ѵ/@move3> \
<Move/@move3>to GingKo tree Valley(2000 gold) \
;渻(2000) ̵ <Ѵ/@move4> \
<Move/@move4>to Border Village(2000 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 2 495 483
#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 1 295 65
#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>

[@move3]
#IF
checkgold 2000
#ACT
take Gold 2000
mapmove 0 638 633
#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>

[@move4]
#IF
checkgold 2000
#ACT
take Gold 2000
mapmove 0 301 632
#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>

