We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1aae81 commit 9902e0aCopy full SHA for 9902e0a
addons/dialogic/Events/Text/node_dialog_text.gd
@@ -41,6 +41,8 @@ func continue_reveal() -> void:
41
if visible_characters < get_total_character_count():
42
revealing = false
43
await Dialogic.Text.execute_effects(visible_characters, self, false)
44
+ if visible_characters == -1:
45
+ return
46
revealing = true
47
visible_characters += 1
48
emit_signal("continued_revealing_text", get_parsed_text()[visible_characters-2])
0 commit comments