Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dialogic 1.x: Auto advance gets stuck #7

Open
catpieyum opened this issue Aug 11, 2023 · 2 comments
Open

Dialogic 1.x: Auto advance gets stuck #7

catpieyum opened this issue Aug 11, 2023 · 2 comments
Assignees

Comments

@catpieyum
Copy link

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
@Jowan-Spooner

This comment was marked as off-topic.

@Jowan-Spooner
Copy link
Collaborator

Oh goddamnit excuse my stupidity. This is about 1.5 and I was talking about 2.x. My bad. Can't help you with 1.5 stuff though, maybe @zaknafean can.

@Jowan-Spooner Jowan-Spooner changed the title Auto advance gets stuck Dialogic 1.x: Auto advance gets stuck Oct 7, 2023
@zaknafean zaknafean self-assigned this Dec 4, 2023
@Jowan-Spooner Jowan-Spooner transferred this issue from dialogic-godot/dialogic Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants