#Custom grow function update issue

7 messages · Page 1 of 1 (latest)

normal jasper
#

I have a child of a dynamic group receiving an event and updating a env variable, the issue I'm having rn is that the trigger when receiving the event doesn't always trigger the custom grow function of the dynamic group to update

this is the wa: https://wago.io/WXF4MaBV7
the event is received in the third trigger of "CP1" which is contained in the "RogueC_ComboPoints" grp inside "Rogue>Rogue_Core"

/!\ RELOAD YOUR UI AFTER IMPORT /!\ This is a wa spec package made for dragonflight Outlaw, Subtlety and Sin rogue. I

raw wadi
#

You need to ensure that the active dynamic info of an Aura is updating

normal jasper
#

put my event receiver as first trigger so it should update the dynamic information ? and it doesnt fix it. also tried modifying the child aura so it would be forced to update but still doesnt call the parent grow function

#

like I hoped modifying the aura like that would force the parent grow function to recognize that child changed ?

#

but this doesnt work either

raw wadi
#

Having a trigger that's already active rerun doesn't update Dynamic Info

#

You could just do the hacky thing. Add an Aura to the group that's active for 0.1 seconds when a change occurs