;
;weapon
%100
+0
+3
+42

;ȭ, '*' : ȭ ±
;Dialogue, '*' : Dialogue Tag

[@main]
#IF
checkpkpoint 2
#SAY
;ڳ׿  ҷ  ŷ ϰ  ʱ.. \ \
I don't want to deal with such an evil person like you.. \ \
;<  /@exit>
<close/@exit>
#ELSEACT
goto @main-1

[@main-1]
; ٷ  ݾߵ  ǿ ϼ. \
;   ִ°? \ \
;  </@buy> \
;  <Ǵ/@sell> \
; ǿ <ȭ Ѵ/@talk> \
; <׸д/@exit>
I'm Sandford, the only potion dealer \
and medical practitioner in this island. \
Any trouble with your body?  \ \
 <buy drug/@buy> \
 <sell drug/@sell> \
 <talk with Sandford/@talk> \
 <close/@exit>

[@talk]
#IF
random 2
#SAY
; δ  ϱ   \
;Ѳ  Ŀ ѹ  ž߸ . \
; ̰ ذؼ ݾ    ִ  \
;Ϸ Ѵٳ. \ \
; <  /@main>
The traditional method of potion making is quite \
vulnerable to rotting so you should drink the drug \
as soon as you take the lid off. So I want to develop \
a drug that is not easily get spoiled. \ \
 <back/@main>
#ELSESAY
;, ࿡  â  \ \
; <  /@main>
Hmmm.... Shall I add lots of preservatives to that?... \ \
 <back/@main>

[@buy]
;  ٰ? 信    \
;ݾߵ ڻϴ ʸ   \
;ȿ   ɼ.\ \
; <  /@main>
Do you want to buy any drug? I used the local ingredients \
for making them instead of the ones from the main land \
but the effect will be almost the same.\ \
 <back/@main>

[@sell]
;̸ ص, Դ     ɼ. \
;̶  ѹ Ѳ  Ǹ ݹ عŵ. \ \
; <  /@main>
I tell you I won't accept any left-over drug from you. \
A drug get easily spoiled once the lids is taken off. \ \
 <back/@main>

[goods]
;;Ǵ goods         hour
;üȸ      200        1
;ȸ      200        1
;üȸ()  100        1
;ȸ()  100        1
;üȸ()  100        1
;ȸ()  100        1
;ü¾๭()  100        1
;¾๭()  100        1
;ü¾๭()  100        1
;¾๭()  100        1
;ü¾๭      100        1
;¾๭      100        1
;goods generated    quantity    hour
(HP)DrugSmall         200        1
(MP)DrugSmall         200        1
(HP)DrugMedium        100        1
(MP)DrugMedium        100        1
(HP)DrugLarge         100        1
(MP)DrugLarge         100        1
(HP)SDrugBundl        100        1
(MP)SDrugBundl        100        1
(HP)MDrugBundl        100        1
(MP)MDrugBundl        100        1
(HP)DrugBundle        100        1
(MP)DrugBundle        100        1