Yoko, i have a idea for some new functions
simple and independent from integrated buy system
uo.buyfromvendor('vendorname','itemname','amount',[maxprice])
return number of bought pieces of item
uo.selltovendor('vendorname','serialofitem','amount',[minprice])
return number of sold pieces of item
uo.getpricefromvendor('vendorname','itemname')
return price of item
uo.getamountfromvendor('vendorname','itemname')
return available pieces of item
What do you think about this, Yoko (and others)?