Check the names of your labels. You have typos and that’s why they don’t match:
gain_interst_in_guys
gain_interest_in_girls
elif (intested_in_guys)
It’s still not working I updated it and wrote this
}elif (intested_in_guys){
1 Like
should i try this?
You need a } above the choice? Line 172.
If you want the choice to appear for the elif only, you will need to use gotos and labels.
No, I mean that you are using different labels because you have typos in your script. Try this:
gain interest_in_guys
gain interest_in_girls
elif (interest_in_guys)
elif (interest_in_girls)
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.