Marble Collector

Marble Collector (Updated)

A simple script to handle "upgrading" marbles to work for a complete collection.

What it Does:
It checks for, and uses any tiny or small slimy cysts in your inventory (and optionally your closet, display case, and/or Hanghk's).

It will then check and attempt to complete a full collection.

It does not use the big marble for you, unless you happen to have two. Which is unlikely,

User Adjustments:
In the function UserVar( string UserVariable), you can adjust what the script does.

EquipUse: Since marbles are off-hand items, you might want to check to see if you have any equipped. Setting this to return true will have the script check, and if necessary remove, any marbles.
ClosetUse: Set to true if you want the script to use marbles and cysts in your closet.
DisplayUse: Set to true if you want the script to use marbles and cysts in your display case.
StorageUse: Set to true if you want the script to use marbles and cysts in Hanghk's.
 

Attachments

  • MarbleCollectorASH.ash
    3.3 KB · Views: 90
Last edited:
I cleaned up the logic a bit...

No need to use cysts if you have a complete collection.

It also reduces the unlikely event of the big marble getting used.

And finally I fixed a coding error.

I left the original in the first post as a example to be used and abused.
 

Attachments

  • MarbleCollectorASH.ash
    3.7 KB · Views: 115
Last edited:
Top