Input is same as https://rentry.org/yxg7s

Template used:

<repeat times="4">Alice:
  <choices ban="\n">
    <choice>"<until text='"' /></choice>
    <choice>/go
      <choices>
        <choice>hall</choice>
        <choice>kitchen</choice>
        <choice>living room</choice>
      </choices>
    </choice>
    <choice>/turn
      <choices>
        <choice>left</choice>
        <choice>right</choice>
      </choices>
    </choice>
  </choices>
  <newline/>
</repeat>
1
2
3
4
5
6
### Output:
 Alice: "I wonder what this book is about." 
 Alice: /go kitchen 
 Alice: "Maybe I'll find something interesting there." 
 Alice: /turn left 
 Alice: "Oh look! A cake!" 
Edit
Pub: 25 Sep 2023 18:24 UTC
Views: 277