Pazleysox
Member
		PHP:
	
	if ($item[Thor's Pliers].available_amount() >= 1 && get_property("_thorsPliersCrafting") == 0)
	{ bat_jacket = bat_jacket + 10;	}
if ($item[Thor's Pliers].available_amount() >= 1 && get_property("_thorsPliersCrafting") == 1)
	{ bat_jacket = bat_jacket + 9;	}
if ($item[Thor's Pliers].available_amount() >= 1 && get_property("_thorsPliersCrafting") == 2)
	{ bat_jacket = bat_jacket + 8;	}
	I won't post the whole thing. Is there an easier way to get the number I'm looking for?