Inventory Cleanup Script

matt.chugg

Moderator
FIrst of all, I don't expect this will be all that useful to anyone as it is because everyone does different things with their unwanted items (I collect useless powder for example) but the script may be of some use to people who want to write their own cleanup scripts.

Void Main calls 5 functions one after the other to use, autosell, mallsell, smash and display stuff. To edit which items are "cleaned" just add/remove/edit lines in the following functions.

the int numbertokeep parameter is fairly obviously how many you want to keep (the use stuff function doesn't have this, I can't quite remember why now)

Any question please just ask.

The lists of items added are nowhere near complete as I expect most people would want to add their own items.
Note to self... add send to collectors functions.
Note to self... add discard items function
Note to self... add chuck in clan stash function.

Why do I always think of things just after I post stuff ?! grr
 

Attachments

  • CleanUpInventory.ash
    9.1 KB · Views: 185
Top