Skip items excluded from marketplace

From MediaSell

Jump to: navigation, search

When included at the top of your script, this will leave the price unchanged if an item has already been de-listed from a marketplace by having its price set to 0.

if (item.oldPrice == 0) return;
Personal tools