phylll / mychs-macro-magic

A simple, sane, and friendly little scripting language for your Roll20 macros.
MIT License
0 stars 0 forks source link

Automate garbage collection in exchange char sheet #40

Closed phylll closed 2 years ago

phylll commented 2 years ago

Needs MMM to enable deleting custom attributes -- michael-buschbeck/mychs-macro-magic#171.

Now that MMM scripts are creating and managing lots of temporary custom attributes, we need a way to clean up after ourselves. Main use case right now: m3mgd_tokenAttrCeiling[tokenID]_[attr] attributes in our exchange sheet. With lots of NPCs accumulating endurance ceilings, this could quickly become a dump.

phylll commented 2 years ago

Garbage collection from char sheet attributes might not be necessary if we go for #43