Having in-text choices that do not end/break up the text - is it possible? #817
Unanswered
Sklartacus
asked this question in
Writing in ink
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm curious about something. Is it possible to have choices appear in the text of a paragraph without being the end of that paragraph, as far as the player sees?
For example, my game currently looks like this:
//
=== Crime_Scene_1
There are many things in this room I should be looking at. That poster of a cat looks pretty sinister, but so does the dismembered arm clutching another dismembered arm.
//
But could it look like something like this?
//
=== Crime_Scene_1
There are many things in this room I should be looking at. That poster of a cat looks pretty sinister *[look at the cat poster]->Crime_Scene_1.Cat_Poster, but so does the dismembered arm clutching another dismembered arm *[look at the dismembered arm]->Crime_Scene_1.Dismembered_Arm.
//
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions