Local is only to that script.
Quote from: Falcondude on November 14, 2007, 09:28:09 PMLocal is only to that script.Not quite. Local variables can only be used within the function that they're in, they cant be accessed from outside of that function.
You pretty much got global right, but local variables can only be used within their FUNCTION. Not the whole script.