;; ڷƮ ּ
[@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
;;daytime sunset
#SAY
;ٸ   ?  ̵µ? \
Do you want to move to other village ? It costs much Gold \
;׷ٸ Ʒ ѹ ã .. \ \
then look through the following list  .. \ \
;õ(2000) ̵ <Ѵ/@move1> \
<Move/@move1>to Bichon province(2000 gold) \
;฻(2000) ̵ <Ѵ/@move2> \
<Move/@move1>to GingKo tree Valley(2000 gold) \
;̵  <ʴ´/@exit>
<Cancel/@exit>move
#ELSESAY
; ṫƿ ̵  ټ ־ \
I can move someone in evening only \
;׶   ܼ .. \ \
Because magic power comes up on me just then.. \ \
;<  /@exit>
<Close/@exit>

[@move1]
#IF
checkgold 2000
#ACT
take Gold 2000
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>

[@move2]
#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>

