Hi, I am trying to add elements to an array using a script in an event loop.
The array variable is declared also via another script in the "layout start" event.
But the console reports when inside the loop that the variable isn't declared?
So how can I access variables declared in one event (via script) from other events (via script)?
Andy