Title is pretty self explanatory. I’m pretty new to coding and choice script as a whole. I’ve tried using *page_break which I know I can change the text of. But it’s a converging choices that all end up going to the same page, so when I use *page_break it just goes to the text of a different choice. This is what I’ve tried, but couldn’t get to work.
*label init_yes
You truly do love your betrothed, don't you? It's such a wondrous thing to see in this day and age.
*goto leavinghome It is, isn't it?
*label init_maybe
Well, beggars can't be choosers. At least you're making the best of a bad situation. I'm sure your betrothed appreciates it.
*goto leavinghome I suppose so.
*label *init_no
You might be making things more difficult than they should be, but it's understandable, I suppose.
*goto leavinghome It should be.
If there’s no way I can change the text when using *goto then it’s no biggie, just want to know if there’s a way I can.