#Update custom text WA without using update every frame?

6 messages · Page 1 of 1 (latest)

vagrant stone
#

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.

marsh swallow
#

you don't want a custom text function but a custom trigger

#

make trigger set name field then just use %n in display

vagrant stone
#

ooh. I'll work on that. Thanks

static matrix
vagrant stone
#

just return it in Name info in the custom trigger.