- Joined
- Jul 18, 2014
- Messages
- 222
- Reaction score
- 13
- First Language
- English
- Primarily Uses
- RMMV
Sorry for the necro, but if I create my own global variable with a unique name that I'd only place in two scripts, it should be safe right?
It is only defined in one of the two scripts and its value is used (not changed) in both of the two scripts. As long as no other script calls for a variable with that unique name and changes the value, it should be safe, right?
It is only defined in one of the two scripts and its value is used (not changed) in both of the two scripts. As long as no other script calls for a variable with that unique name and changes the value, it should be safe, right?

