; ===================================
; Market Def NPC File : 4Bdu-0108
; ReagentStore (BichonProvince)
; -----------------------------------
; Name: Larry
; Job: 
; Map No: 0108
; Pos X 7
; Pos Y 7
; File name: *removed*
; Comment: ReagentStore (BichonProvince)

;================================================= =
;

;Settings
(@buy @sell @repair @s_repair @storage @getback)
%100
+0
+42

[@main]
#IF
checkpkpoint 2
#SAY
I will not help an evil person like you..\ \
<Ok/@exit>

#ELSEACT
goto @main-1


[@main-1]
Welcome. How can I help you?\ \
<Buy/@buy> Drug\
<Sell/@sell> Drug\
<Talk with/@talkwith>\
<Teleport Out/@Tmove>\
<Cancel/@exit>


[@Tmove]
#IF
random 2
#ACT
mapmove 0 326 289
break

#IF
random 2
#ACT
mapmove 0 327 288
break

#ELSEACT
goto @Tmove

[@buy]
Which item do you want to buy?\ \ \
 <Back/@main>


[@sell]
Show me your item, I'll offer you a good price.\ \ \
 <Back/@main>

[@talkwith]
#IF
#ACT
goto  @talkwith_1

[@talkwith_1]
#IF
check [103] 1
check [104] 0
#SAY
Welcome <$USERNAME>, recently the town\
was attacked by a great beast, who was found in the village.\ \
<What can you tell me about Chinese medicine?/@about_her_doctor>\

#ACT
break

#IF
#SAY
Asks concerned Liu Lao Tou when matter
#IF
check [108] 1
check [109] 0
#SAY
Welcome <$USERNAME>, recently the Oldman\
could not enter the village because of the great beast\ \
Tell me <more/@about_yu_oldman> about this Oldman you speak of.

#ACT
break

#IF
#SAY
Welcome.. Luckily for us,\
monsters don't come into the town.

[@about_her_doctor]
There is a famous medicine man who lives in the village of Ginko.\
do you want a permit to practice Chinese madicine?\
Then you must see him, he is easy to find.\
You must go to the village of Ginko and find him.\ \
<Ok/@exit>

[@about_yu_oldman]
#IF
RANDOM 3
#SAY
There have been a lot of people searching for the Oldman.\
Many wish to purchase a permit to practice Chinese medicine,\
there are many places where he may be.\ \
<Ok/@exit>

#ACT
break

#IF
RANDOM 3
#SAY
The cotton garment is very similar to that of the Oldman,\
you could start by looking for that.\ \
<Ok/@exit>

#ACT
break

#IF
#SAY
Did you say Oldman? He has not been seen around here,\
for a long time. Some people think he's a strange man.\
There are many who look for him.\ \
<Ok/@exit>

[goods]
;Item		Amount		Time
(HP)DrugSmall		200	1	
(MP)DrugSmall		200	1
(HP)DrugMedium		200	1
(MP)DrugMedium		200	1
(HP)DrugLarge		200	1
(MP)DrugLarge		200	1
(HP)SmallDrugBundle		200	1
(MP)SmallDrugBundle		200	1
(HP)MediumDrugBundle		200	1
(MP)MediumDrugBundle		200	1
(HP)DrugBundle		200	1
(MP)DrugBundle		200	1