Quote:
Originally Posted by fowlplay4
I do it in fear of the variable getting hijacked by a global version, that same fear is also why I would using avoid player attributes/keywords when naming variables.
|
I always use different variable names, no matter the scope. If a name is being used globally, I won't be using it in any other scope, and so on.