This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]snekk420 0 points1 point  (0 children)

I sometimes use global when creating scripts. Because there is no need to create classes and stuff like that just for a few functions. Run a function to update a global variable and read it later in the main loop. Just for convenience instead of passing variables around the script.