What does the Store Index In Attribute do/how do I format one? All I could find in the cookbook about it simply says what rules you can't use it with, not how to use it. I'm guessing Store Index In Attribute is how the behaviour decides which row to run the loop over? Do I just make an Integer attribute with a 1 in it or something?
Use Case is simply that I want to have the value of each cell in a column go down by 1 across 15~20 rows. I may also want to run a max(stat,0) across all the cells to make sure they don't go negative.
I've read elsewhere that Loop Over Table can be slow. This will be occuring on a core loop function/running once maybe every 3 seconds off a player tap/click. Not sure if I should look at other options, or what those options would be.