public void DetectedEnterPlatform() { ButtonRepeatInterval(); ShowQuestion.MakeQuestionOn(); Player.JumpPower = 0f; Player.Speed = 0f; if (respuesta.Answers() == "MinorSecond") { Debug.Log("Es MinorSecond"); } else { Debug.Log("Es MajorSecond"); } Debug.Log(respuesta.Answers()); }