I’m having trouble with the goto code. I use the goto so that it transfers to a new scene however, It goes back to the first label [the label I don’t want it to go to.] instead of the one I wanted it to goto.
I’m not getting an error, its just going to the wrong label.
I have tried removing the *finish and *goto_scene and it still doesn’t work.
*choice
# $!{name} is the biggest.
*set Strength +1
*finish
*goto_scene Newborn label
*goto TigerBirth1
# $!{name}'s sibling is bigger.
*finish
*goto_scene Newborn label
*goto TigerBirth1
this is the label I want it to goto.
*label TigerBirth1
*Set Day "1"
B
This is the first label on the scene it is going to.
*label LionBirth
*Set Day "1"