I have several ‘if’ statements within my scripts. I would like to use the same boolean variable in all of my scripts.
How can I access a public var in one script when it was created in another?
I have several ‘if’ statements within my scripts. I would like to use the same boolean variable in all of my scripts.
How can I access a public var in one script when it was created in another?