Here's an example of what I'm trying to do.
I'd have files with names like these (parts of names really):
Folder_One
leg_01
leg_02
leg_03
arm_01
arm_02
Folder_Two
elbow_01
arm_01
All files with the same number in the same folder are part of a set, and should have a matching name.
(eg. leg_01, arm_01, and elbow_01 become leg_antelope, arm_antelope, elbow_chameleon -- arm_01 in Folder_Two would become arm_chameleon) The names could be randomly generated or from a list.
My understanding is that the javascript runs once per file, but is there any way to save variables that persist? I'm new to BRU and a Javascript novice, so I'm not sure what the capabilities are.
I'm not expecting full code or anything, but if someone can point me in the right direction I'd appreciate it.
Thanks (I hope this makes sense!)