Originally Posted by Oscagi Check if flask and sell all types of flasks lua code: if (Self.Flasks() > 0) then Sell.ShopSellFlasks() end Instead of use Self.ItemCount(3031) for the money use Self.Money() (It Counts gp, platinums and CC). Where I should add this in the original code? Thanks.
if (Self.Flasks() > 0) then Sell.ShopSellFlasks() end
Forum Rules