[Question] Very beginner question. Embedding choices in paragraph.
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 540
- PR merge metrics
- No merged PRs in 30d
Description
How would I go about embedding choices in a paragraph VS a straight multiple choice at the end.
eg from "This Book is a Dungeon":

The **Blue text** are the multiple choice options.
I had assumed it would be something like this:
You arrive a the castle, you may choose to go {* [West] ->west} where the light of the foyer fades to dark, or move {* [East] ->east} where a glimmer of light creeks around the corner.
=== west ===
The west room is dark
->END
=== east ===
You enter the east corridor and notice a shadowy figure holding a candle.
->END
thanks in advance!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.