;;Ҫɾ

[@CommissionMain]
{
#SAY
What market do you want to look at?\
{FCOLOR/12}
View: <All Items/@buyfromusermarket(0)>\
View: <Armour/@buyfromusermarket(1)>\
View: <Foot Wear/@buyfromusermarket(11)>\
View: <Helmet/@buyfromusermarket(5)>\
View: <Weapons/@buyfromusermarket(2)>\
View: <Rings/@buyfromusermarket(8)>\
View: <Bracelet/@buyfromusermarket(6)>\
View: <Necklace/@buyfromusermarket(4)>\
View: <Potions/@buyfromusermarket(21)>\
View: <Books/@buyfromusermarket(22)>\
View: <Other Items/@buyfromusermarket(23)>\ \
<Check If Item Has Sold/@checksold>\\
<Talk with/@CALL_Npc_TodayQuest> <$NPCNAME>\\
<Leave/@Exit>

;--------------------------------------------

[@CALL_Npc_TodayQuest]
#CALL [TodayQuest\QT_NPCSetting.txt] @NPCSetDairyQuest

;--------------------------------------------

[@buyfromusermarket()]
#ACT
SetTypeUserMarket %ARG(1)
OpenUserMarket
close

;--------------------------------------------

[@checksold]
#ACT
CheckSoldItemsUserMarket
close

;--------------------------------------------

}

;;Ҫɾ