Skip to content

Fix template flow edge cases (Go Back, empty QUESTION prompts) #62

Description

@Geph

Summary

Template GUI/chat flow has edge cases that strand or crash players:

  1. Confirm “Go Back” after custom-only pathresponses can be empty; responses.remove(...) risks IndexOutOfBoundsException
  2. QUESTION prompts with worlds: {} — no fill-in options; without customresponse permission, players hit an empty response stage

Suggested approach

  • Guard Go Back when there is nothing to pop; return to a safe stage
  • Hide, auto-skip, or clearly message prompts with zero fill-ins when the player lacks custom response permission

Metadata

Metadata

Assignees

No one assigned

    Labels

    Priority: MediumMedium prioritybugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions