;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[@UserMT]
{

#SAY
I sell anything you want! When you give me things to\
sell on your behalf, I will take a commision of 2%.\
I will also take 5000 Gold per transaction to cover\
the administration\
Finally, please be aware that I can only sell 20\
items per person, at any one time\\
<[ All Items ]/@buyfromusermarket(0)>\
<[ Weapon ]/@buyfromusermarket(2)>\
<[ Rings ]/@buyfromusermarket(8)>\
<[ Bracelets ]/@buyfromusermarket(6)>\
<[ Necklace ]/@buyfromusermarket(4)>\
<[ Armour ]/@buyfromusermarket(1)>\
<[ Helmets ]/@buyfromusermarket(5)>\
<[ Footwear ]/@buyfromusermarket(11)>\
<[ Potions ]/@buyfromusermarket(21)>\
<[ Books ]/@buyfromusermarket(22)>\
<[ All Other Items ]/@buyfromusermarket(23)>\\
<[ Check Sold Items ]/@checksold>\
<[ Exit ]/@exit>\

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

[@checksold]
#ACT
CheckSoldItemsUserMarket
close
}
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;