Is there a better way of doing this en masse?

I’m trying to do an Support normalization system (so the all array children in a single variable combined never go above 100%). Now i know this looks like a bad way to do this and extremely repetetive (This goes up to ID17 btw) so this is why i’m asking this because i want to know if there is a more efficient way to handle stuff like this. this is just one snippet of event sheet but there much more that mosly deal handling multiple ID’s (separate objects) and all the array children in them. i do have all ID’s in a single group btw in case you wanted to ask.


TLDR: i need a more efficient way to handle stuff like this

1 Like

You could remove all the change support[…] actions and just add the following as a subevent to each “Repeat 4 times” event (replace ID1 with ID2 for the second repeat event):

image

1 Like