Skip to content

1.8.9.1 change mode within story #341

@JackMostow

Description

@JackMostow

This issue succeeds READ add PARROT, HIDE, REVEAL #262.

Allow story mode to change sentence by sentence, so that we can, e.g., insert spoken prompts.

Which is easier to implement and use?

a. Treat story mode as a variable that storydata.json can assign a new value.
+: simple
+: concise
-: context-dependent because its scope lasts until the next assignment

b. Treat story mode as a nestable modifier to wrap around one or more pages or sentences.
+: context-independent insofar as it's not affected by changing the mode of the preceding text
-: verbose
-: modifier could nest around multiple pages, which might be awkward

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions