Hey, i’m trying to understand how Choicescript work before making a game and while everything I’ve done worked before, it seems like *finish command decided not to work for me.
My startup file has some text with
“*scene_list
startup
continue”
in it, no problems on this file but then I moved to another file with goto_scene cheese(wanted to test choice don’t laugh too much) at the end.
Code looks like this:
Do you like cheese ?
*choice
#No, I don't.
Meh, you'll never fit in France.
*finish Meh
#Of course, I do!
France has more than 1200 varieties of cheese.
*finish Nom nom
Game only show me “play again” screen instead of going to continue file which only has one line of text in it or putting an “meh/nom nom” button (added those cause it didn’t work with just finish so I’ve thought it would maybe work with text next to it)
Thanks in advance.