Some of the scenes of my game are able to play while others just refuse to be activated and it’ll simply take me to the play again scene.
*choice
#Kick some gravel at the perfect time to trip up Takeda.
*if var5 < 50
*goto awareness_fail
*finish
*elseif var5 > 50
*goto awareness_pass
*finish
This one above works while the one below doesn’t.
*choice
#Kick some gravel at the perfect time to trip up Takeda.
*if var5 < 50
*goto awareness_fail
*finish
*elseif var5 > 50
*goto awareness_pass
*finish
Let me know if I need to post more of my code. Because I’m honestly confused.