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

%200
+0
+3

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

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

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

[@CALLIntegralNPC]
#CALL [\IntegralSystem\IntegralMainMenu.txt] @IntegralMainMenu


[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

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