Hello! I'm using Twine 2, SugarCube 2.18.0 and I've been trying to implement a "Continue" button so that once you select "continue", it can potentially reveal more paragraphs on the same passage.
I looked up a similar method on my own and found this.. However I'm looking for a single choice. And as I was editing that to make it work as I wanted it to, it came up with errors. Anyone got any clues as to how I can fix this? Thanks!!
You have to do something. Either \
<span id="fight">\
<<click "fight">>\
<<replace "#fight">>fight <</replace>>\
<<replace "#run">>run.<</replace>>\
<<replace "#output">>
You have chosen to fight. He begins to remove his jacket.<</replace>>\
<</click>> \
</span>\
the strange man or \
<span id="run">\
<<click "run">>\
<<replace "#fight">>fight <</replace>>\
<<replace "#run">>run.<</replace>>\
<<replace "#output">>
You have chosen to run. He takes out his radio.<</replace>>\
<</click>> \
</span>.\
<span id="output"></span>\