inkle / inkle/inky

Issue: Fallback-Option does not seem to work

Open
#101 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2.7k
Forks
340
PR merge metrics
No merged PRs in 30d

Description

Hi, I copied over the fallback example from the documentation to Inky:

```
You search desperately for a friendly face in the crowd.
* The woman in the hat[?] pushes you roughly aside. -> find_help
* The man with the briefcase[?] looks disgusted as you stumble past him. -> find_help
* [] But it is too late: you collapse onto the station platform. This is the end.
-> END
```

However, it does not display the last option once the two other ones are chosen. Instead, it shows this:

```
You search desperately for a friendly face in the crowd.
3:
-------------
The woman in the hat pushes you roughly aside.
You search desperately for a friendly face in the crowd.
2:
-------------
The man with the briefcase looks disgusted as you stumble past him.
You search desperately for a friendly face in the crowd.
1:
```

So the game does not end. Did I do anything wrong, or is it a bug?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.