How do functions have access to script variables when those script variables are not passed to the function?
I have a function with no input parameters, that uses a script variable.
From my understanding with other programming languages, function should only ...