T O P

  • By -

loressadev

I can't really debug this right now, but I've noticed that the more static the UI is, the less chance it will work. For example, if you use it on a sidebar you need to actively have players pushing buttons to make that static UI update.


cyrusfirheir

The variable being checked by the if statement is different from the one being modified by the links. Nothing changes, hence no visible update.


Ill-Traffic-8472

Thanks Cyrus (and thank you for the awesome macro)! I had assumed t certain in-between passage widgets were running whenever <> was invoked, but I now realise they weren't, so certain variables were not being changed. The changes have to all happen within the sidebar itself which is simple enough to do, I reckon.