#Text display update while aura is active

4 messages · Page 1 of 1 (latest)

cold snow
#

hi 🙂 i'm a noob

have a text display
want it to update the text on trigger update (works on every frame)
it works (updates to new values) when aura gets hidden/deactivated in-between the Events that the Trigger listens to
it doesn't work when aura is still shown while Event occurs that the Trigger listens to

any ideas on how to fix this without ever hiding the aura?

sour swallow
#

sounds like you are using dynamic information wrong. you most likely dont need a custom text at all but can simply use the dynamic information fields in the trigger.

#

"trigger update" means when dynamic infrmation changes

cold snow
#

Thank you Spaten, you put me on the right track.
All I needed to do was pass the info through the one of the previously unused dynamic information editors in my custom trigger.