Solved
Forum Discussion
tristaanogre
7 years agoEsteemed Contributor
You could also use the mechanic in JavaScript of module.export and requires to add variables and objects to other code units.
jpatterson
7 years agoNew Contributor
I was overthinking the solution. Using shared exported variables I was able to incriment the shared variable in a local script (which changed the variable value at the project level), which is exactly what i was looking for. Thanks again!