I tend to use same names for some global variables in diffrent scripts. So sometimes when I want to run scripts which uses the same names for global variables its not working very well so I wonder if theres a way to declare them for use only inside the script they are defined in. Like declaring functions as static in c.
hope you understand what i want. thx for your time