public void Space() { Debug.Log("SHOUT ACTIVE"); if (shoutAvailable) { particles.StopAll(); particles.SpacePlay(); StartCoroutine(numShout()); } }