FillZRepricingSkip
From MediaSell
[edit] Skip items excluded from marketplace
When included at the top of your script, this will leave the price unchanged if it has already been delisted from the marketplace.
if (item.oldPrice == 0) return;
When included at the top of your script, this will leave the price unchanged if it has already been delisted from the marketplace.
if (item.oldPrice == 0) return;