how to go back to title

Posted: 02 Nov 2024 13:31
by ShimaHyou

Hello,

At the end of each chapter there this:
@choice "restart chapter"
@choice "continue"

I'd like to get back to title when selected "continue" but using @title is not an option because of the reset engine, is there another way?


Re: how to go back to title

Posted: 02 Nov 2024 15:56
by Elringus

If you just want to show the title UI, without reset:

Code: Select all

@choice "continue"
    @showUI TitleUI

— be aware, that nested choice callback was added in v1.20, in previous versions use do parameter instead.


Re: how to go back to title

Posted: 05 Nov 2024 17:07
by ShimaHyou

I did think about it, but I'm displaying the user state on the title this is why I wanted to go back there but if it's not possiible I'll simply put everything in 'title script'