[DECOHack] "Safe" Freeing of States from a Starting Label #80
Labels
enhancement
Nice-to-haves and things that can actually help current behavior.
low priority
Issues labeled this are lower priority than regular bugs - rarer issues with workarounds.
So, DECOHack's state freeing is a tad... overzealous, let's say.
There needs to be a way to safely free a state on a weapon or thing such that it doesn't "overfree" what is expected, despite it being the intended behavior.
A new clause keyword may be in order. Something like:
Or somesuch language to convey that it should only free that state until it hits a state that has a defined label. Will a reverse lookup need to be in order?
This may turn into a bit of a complicated issue, unfortunately, as the traverser only can see the next state via indexes, not labels. A quick scan may need to be in order at startup to set these up, if not baked into code, initially.
The text was updated successfully, but these errors were encountered: