private IEnumerator ShowOptions() { float WaitTime = Scroller.StatsScreen(); yield return(new WaitForSeconds(WaitTime)); Menu.ShowOptions(); }