Log in

View Full Version : 4 new fuction to market



dekros
02-17-2016, 04:01 PM
1. Self.MarketBuy(Item_Name,price)- price is bonus argument when price is null bot will buy item with lower price
2. Self.MarketSell(Item_Name,price)
3. Self.MarketCheckPriceBuy(Item_Name) - return the hightest price to buy this item
4. Self.MarketCheckPriceSell(Item_Name) - return the lowest price to sell this item

Fatality
02-18-2016, 06:22 PM
function Self.No(no)
if no then
return 'no'
else
return 'no'
end
end