void callStartGame() { hasStartedGame = true; script = FindObjectOfType <GameStateScript>(); script.gameState = "gameStarted"; script.startGame(); }