Is there a way to update a custom text weak aura without it updating on every frame, but also not relying on the trigger going true/false to update it?
For instance, if I want the text to always show (ie the trigger is always active), but there's an exact event that will change the text content.
It seems pretty wasteful to update on every frame when I know exactly when it needs to be updated.
#Update custom text WA without using update every frame?
6 messages · Page 1 of 1 (latest)
you don't want a custom text function but a custom trigger
make trigger set name field then just use %n in display
ooh. I'll work on that. Thanks
How would you set the name field to a different value ?
just return it in Name info in the custom trigger.