; ===================================
; Market Def NPC File : 7Gst-0
; GroceryStore (BorderVillage)
; -----------------------------------
; Name: Gabriel
; Job: 
; Map No: 0
; Pos X 643
; Pos Y 611
; File name: *removed*
; Comment: GroceryStore (BorderVillage)

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

;Settings
%100
+30
+3

;Pkr Tag (NPC won't talk to Pkrs)
[@main]
#IF
checkpkpoint 2
#SAY
I will not help an evil person like you..\ \
<Ok/@exit>

#ELSEACT
goto @main-1


[@main-1]
Welcome, how may I help you?\ \
 <Buy/@buy> Item\
 <Sell/@sell> Item\
 <Cancel/@exit>

[@buy]
Which items do you need?\ \ \
 <Back/@main>

[@sell]
We buy Candles, Amulets, Scrolls RepairOils, etc.\
 <Back/@main>


[goods]
;Item		Amount		Time
Candle		200	1
Torch		200	1
DungeonEscape	200	1
RandomTeleport	200	1
TownTeleport    200     1
EscapeBundle	200	1
RandomBundle	200	1
TownTeBundle	200	1
Amulet		200	1
Amulet(M)	200	1
RepairOil	200	1


