/// <summary> /// Shows StandBy bar UI /// </summary> void ChangeToStandBy() { //Stand by and selection screens battleHud.ShowSelectionScreen(false); battleHud.ShowStandBy(true); //Delete chips from selection screen battleHud.DestroySelectionBattleChips(); //Set selected battle chips to guide //Send message to character controller }