Skip to content

Consecutive responsive actions cause crashes #31

@umbreon22

Description

@umbreon22

Calling two script actions (i.e. say, askYesNo) consecutively may result in messengers sending packets too soon.
Typical usage of the API would look like the below, chained together with andThen

askYesNo("...",()->{...}).andThen(()->say(...))

Erroneous usage would look like

askYesNo("...",()->{...});
say(...);

This should throw an exception.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions