public void NextPrompt()
 {
     current   = prompts.GetNextPrompt();
     text.text = current;
 }