;
%100

;ȭ, '*' : ȭ ±
[@main]
#IF
random 5
#ACT
goto @QUEST
#ELSEACT
goto @normal

[@QUEST]
#IF
check [356] 1
#ACT
goto @Q356
break

#IF 
check [355] 1
#ACT
goto @Q355
break

#IF
check [354] 1
#ACT
goto @Q354
break

#IF
check [353] 1
#ACT
goto @Q353
#ELSEACT
goto @normal

[@normal]
;    ֱ..  Ϸ ̼?\
What can I do for you?\
; ѹ ð ãµ 200 ޴´ٿ.\
We charge 200 Gold every time you store or take back item from us .\
;...  ư  .\ \
Well, I think you don't have any alternative...\ \
; <ñ/@storage>\<Store/@storage> item\
<Store/@storage> item\
;ñ  < ./@getback>\
<Take back /@getback> item\
;<׸д/@exit><Cancel/@exit>
<Cancel/@exit>

[@Q353]
#IF
#SAY
;ڳ  Ҽ ׷...   Լ.. \
What a smart boy you are ...you are really great.. \
;Ǵ̶ Ҹ   ĥ ϴٰ.. \
Will you try to cheat a bad merchant...\
;׷ ڳ  ¯ ѹ  Լ.. ׷ ڳ ׵.. \
what a foul... Ok then, try to cheat me too...\
;ѹ ⸦ ĺڳ???  ڳ ݿ  ġ \
It will be hard for you to cheat me considering \
; ư (´.) \ \
your character(sneering.) \ \
;⸦ <ĺ/@Q353_1> \
<Try to/@Q353_1> cheat \
;<Ѵ/@Q353_2>
<Give up/@Q353_2>

[@Q353_1]
;׷ ⸦ ѹ  ڴٰ?? \
Will you try to cheat me?? \
; ¯  ҽ..  ׷ ڳ ׷   ϳ \
Even fooler than I thought... then get me a PurifierSword...\
; ְ װ  Ұ ڳ ˰ .. \
Don't try to know the reason. you don't need to know it... \
;ϴ  ְ.. \ \
Let's start to give me one of this... \ \
;<ݱ/@exit>
<Close/@exit>
#ACT 
SET [354] 1

[@Q353_2]
; ڳ  ׷ ˾ҳ... \
You really did so as my guess... \
;׷  ˾ Գ... \ \
I don't care about you anymore... \ \
;<ݱ/@exit>
<Close/@exit>

[@Q354]
#IF
checkitem PurifierSword 1
#ACT
take PurifierSword 1
;give Gold 50000
SET [355] 1
#SAY
;ļļļ.. ڳ  ׵  ĥ ϴ   \
kuh kuh kuh.... of course you tried to cheat me too \
; ϳ  ϳ... \ 
What a smart boy... \ 
;ڳ    پ 50000 ְڳ \
I'll give you 50000 gold since your spirit is really good \
;߳... ׷  ׺ڰ.. \ 
I admire you... then get along with me well... \ 
;׸ 罿 () ʿ ϴ.. ϳ  Գ.. \ \
I also need blood of deer... can you provide me that?\ \
;<ݱ/@exit>
<Close/@exit>
#ELSESAY
;  Գ..  ż ٸ  \ \
Please hurry up to bring me that.. I can't wait any more \ \
;<ݱ/@exit>
<Close/@exit>

[@Q355]
#IF
checkitem DeerBlood 1
#ACT
take DeerBlood 1
SET [356] 1
#SAY
;ȣ   ־.. .. \
Oh you made it.. thank you...\
;   ϳ ˷  ڳ  ̸ 迡  \
As a return , I let you know a good information, \
Go find out the old man Yu \
;  ѹ ã Գ ׷   \ \
who is best swindler in this Mir world. Good luck \ \ 
;<ݱ/@exit>
<Close/@exit>
#ELSESAY
;罿 ()  ãƴ ְԳ.. \ \
Hurry up to get me the DeerBlood.. \ \
;<ݱ/@exit>
<Close/@exit>

[@Q356]
#IF
check [356] 1
#SAY
;ڳ   ã Գ..\ \
Hurry up to look for Yu old man..\ \
;<ݱ/@exit>
<close/@exit>

[@storage]
;  þƵ帱?\ \ \
What item do you want to store?\ \ \
;<ڷ/@main>
<Back/@main>

[@getback]
;  ã   Ͻÿ.\ \ \
Please choose the item you want to take back.\ \ \
;<ڷ/@main>
<Back/@main>
