Quote:
|
Originally Posted by Aronyc
would probably be fairly easy to add the exception code from one of the other trash collector scripts i saw, that way it avoids things like gold and whatever else you add into the code... just a thought
|
Already in there...just add to this list
Code:
Type[] exemptlist = new Type[]{ typeof(MandrakeRoot), typeof(Ginseng), typeof(AxeOfTheHeavens)}; //Short example list