In Ninja Snow core script, NinjaSnowWar.as checks in every frame if player node is still here, to know when player is dead. to ask for restart.
Let’s say, I want to add some more complex interaction between player, or other objects and core script. Can I access core script’s variables or functions? Is there any message system or custom events? What is the neat way of doing it?