I love the potential of this lua scripts could bring to heavy box modern raid force.
Though how can I grab a Macro Variable off box toons and integrated to the hud plz?
For example, i defined and used a variable called DPSPaused in all my macros, and also I added it SUCCESSFULLY to the hud based on "properties" by using dannet observes.
However, I then found the established observe, aka the DPSPaused one have a confliction with the macro, that is, all DPSPaused value in my box toons will be NULL once boxhud is running.
Do we have a smarter solution here?
Maybe the core problem is related to DanNet: How can we to grab a macro variable from another toon by dannet observes without corrupting the variable plz? I only know we can use /echo $\{DPSPaused} in this case to get it, then I dunno how to put that into boxhud..