cheapjack / MileCastles

RFID driven distributed text adventure
1 stars 1 forks source link

Page Sentence continuation in senhouse #92

Closed cefn closed 7 years ago

cefn commented 7 years ago

Senhouse contains this broken over two pages, which is hard to scan, especially given any delay between rendering the pages. Ideally text like this would be in one page, or at least ellipsis should be used to understand that it's a continuation of the sentence from the previous page.

the harvest you know!"

"Which helps us
make more wine!"
cheapjack commented 7 years ago

changed to

sequence = [
         """LEAVE a cup of wine.
         He also helps with
         the harvest you know...""",
         """...which helps us
         make more wine!"""
         ],