Bale
Minion
There is already a method for running this as part of farming with unknown items. I don't know if your script is ash or cli. If you are running a cli script you'd call my script like this:
If your script is ash, then I'm sure you know how to convert that. (Remove the "ashq" and put the import part as the first line in your script with ocd_control(false); wherever you like.)
Code:
ashq import <OCD Inventory Control.ash>; ocd_control(false);
If your script is ash, then I'm sure you know how to convert that. (Remove the "ashq" and put the import part as the first line in your script with ocd_control(false); wherever you like.)