;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

%100
+0
+3

[@main]
#IF
checkpkpoint 2

#SAY
#INCLUDE [..\Market_Def\00BuySell_Std.txt] @Convert_BuySellStd_PK

#ELSESAY
Hi, My name is {FCOLOR/10}<$NPCNAME>{FCOLOR/12}, how can I help you?\
<[ Buy ]/@buy> Potions\
<[ Sell ]/@sell> Potions\
<[ Exit ]/@exit>\

[@buy]
#SAY
#INCLUDE [..\Market_Def\00BuySell_Std.txt] @Convert_BuySellStd_Buy

[@sell]
#SAY
#INCLUDE [..\Market_Def\00BuySell_Std.txt] @Convert_BuySellStd_Sell

[Goods]

HPPotion(S) 500 1
MPPotion(S) 500 1
HPPotion(M) 500 1
MPPotion(M) 500 1
HPPotion(L) 500 1
MPPotion(L) 500 1
HPPotion(XL) 500 1
MPPotion(XL) 500 1
HPPotion(XXL) 500 1
MPPotion(XXL) 500 1
SunPotion(S) 500 1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;