Done. I notice after the pull you already do a listener for skipping phrases. It works well if you change the name of the listener you are looking for. Because you are looking for a widget that have the same name of the class, and we cannot add an instance with the same name of his class (always add _0 after the name in UMG). So i look for DialogueListener by default and name the widget DialogueListener in UMG. Cant make a pull for that