IEnumerator WaitToStartSpecialItemAnimation(float seconds) { yield return(new WaitForSeconds(seconds)); character.ActivateSpecialItem(); }