Here’s a script. I want to give parameter “mark” values from 1…(count+1) for all the groups I have but I can’t figure the right levels/lacing to make that happen.
EDIT:
I want marks to start over every time a new group starts in this yellow level. I updated list.count to get correct count.
So basically I need the marks to go:
List 0 > from 1…(count+1)
List 1 > from 1…(count+1)
…
List n > from 1…(count+1)
So far either the marks reset in the middle of the list or continue going after list 0 has ended and stop somewhere else.