"Next Day" script(s)?

CheshireTiger
27 Jan 2022, 19:36After interacting with bed object , i want some things to play out as if its the next day...
Ive seen something like this on other games...
Continue in the same command text as other prompt (exit/enter, object names, options)
that results in screen clear followed by other scripts.
mrangel
29 Jan 2022, 17:29You mean like the wait
command? ("Wait for key press" in the 'output' section if you're using the GUI)

CheshireTiger
29 Jan 2022, 18:39No, not like that....
I'll try a 1-option menu and see how that looks in-game...
Curt A. P.
30 Jan 2022, 08:30I'll try a 1-option menu and see how that looks in-game...
I assume you want a single clickable link to run a script (?)
You could create a command for that and display the command with the Text Processor: {command:sleep}
This shows the command as a link for the player.
(https://docs.textadventures.co.uk/quest/tutorial/custom_commands.html)
(https://docs.textadventures.co.uk/quest/commands.html)
(https://docs.textadventures.co.uk/quest/text_processor.html)