This might not be the best way to do this, however, as a learning moment it will likely blow your mind. If you add a variable to your game instance, you can GET and SET it from anywhere. Just get game instance, cast to game instance, plug the get game instance into the cast’s target and get or set your variable. The simplest way to communicate between things when nothing else seems to work for you.
1 Like