Zerotorescue@13: do Zerotorescue@13: Zerotorescue@13: local function GetValue(link) Zerotorescue@13: return GetAuctionBuyout(link) or -1; Zerotorescue@13: end Zerotorescue@13: Zerotorescue@13: local function IsEnabled() Zerotorescue@13: return (GetAuctionBuyout); Zerotorescue@13: end Zerotorescue@13: Zerotorescue@13: IMRegisterPricingAddon("Others", GetValue, IsEnabled); Zerotorescue@13: Zerotorescue@13: end