internal void AddToHoverChatBox(object sender, Dialogue dialogue) { myDialogueHandler.AddToQueue(dialogue); if (!currentlyTyping) { NextSentence(); } }