|
im trying to make a global variable so other scripts can do stuff with it. How do i make a variable global? edit using java
(comments are locked)
|
|
I'm pretty sure this has already been answered but you can always put
infront of something and that makes it accesible from other scripts. So simple but thank you!
Sep 26 '12 at 08:28 AM
Nercoe
(comments are locked)
|
|
You can use the "static" modifier. In C#, that would be
(comments are locked)
|
