View Single Post
Old 06-02-2004, 06:10 PM   #7 (permalink)
GoldDraco13
Guest
 
Posts: n/a
Default

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
  Reply With Quote