Question by
unity_68536 · Jun 26, 2021 at 06:08 AM ·
boolean
Make bools on one script exclusive to that script and not other scripts of the same type
Hello!
I want to make it so a bool is true on one script, but not true on other scripts in the same scene.
Basically, instead of the bool being universal between scripts, it's just exclusive to that one script.
Does anyone know how to do this?
Comment