Skip to content

Dialogic 1.x: Auto advance gets stuck #7

@catpieyum

Description

@catpieyum

When calling

Dialogic.auto_advance_on(true)

after the typewriter effect has finished (meaning when the icon that shows you can progress shows up), auto advance gets stuck and doesn't advance to the next event. It only advances if it gets called while the typewriter effect is happening.

To Reproduce
Steps to reproduce the behavior:

  1. Make an input called dialogic_auto bound to any key
  2. Write the code bellow
func _input(event):
    if event.is_action_pressed("dialogic_auto"):
        Dialogic.auto_advance_on(true)
  1. Run the game
  2. Press the dialogic_auto key while the typewriter effect is happening

Expected behavior
The auto advance should not get stuck and continue its function when called at any moment.

System:

  • OS: Windows 10
  • Godot Version: v3.5.2.stable.official.170ba337a
  • Dialogic Version: 1.5

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions