Preventing the page automatically scrolling to the options.

cillianm94
14 Dec 2018, 15:42

In my Gamebook, each page has two options that a player can make. However, it will automatically scroll to the options preventing the player from reading the text beforehand. This is more of a quality of life issue than anything. But is there a way for me to prevent this?


mrangel
14 Dec 2018, 16:39

In script view:
JS.eval("scrollToEnd = function() {};")

I think that should work in gamebook as well as text adventure mode.


DarkLizerd
15 Dec 2018, 04:18

Or, have less text per page...
Or, have a "more" that links to "page 2" of the text,
then give the player the option of where they want to go...