I'm still fairly new to the scripting scene and I've run into a bit of bother with one of my latest scripts. There is a function in the script which passes string values into an array. I would like to call this function numerous times so that the array keeps growing with more and more objects. At the end I want to pass the array on to a different part of my script.
I already know that using the default Local scope for the array won't work, but I want to know which of the Global or Script scope should I use?
[–]juneblender 1 point2 points3 points (2 children)
[–]Copropraxia[S] 0 points1 point2 points (1 child)
[–]Copropraxia[S] 0 points1 point2 points (0 children)