I'm writing a game and each script is a different area. The variables need to beable to be changed from within the script and they must retain their values even when the script isn't being run.
Thanks, *Vuz*
Like in VB you can declare a variable using 'Static' and it's basically like declaring it public except it's only availble to that sub. I need to have a variable that will do this same thing.
Thanks, -Vuz-
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.