Coding error? gain coices

none of these “if chose” are working or showing up when you read it. Somebody please help. I am using gain choices and don’t plan on figuring out another’s method thank you.

I think you need to use elif and else? You can take a look at this for a better explanation

You probably have to delete “chose “ from inside the brackets

2 Likes

if(Sheila_night){
script here for Sheila_night
}elif(Single_K){
script here for Single_K
}elif(Single_L){
script here for Single_L
}else{
script here for Caden_night
}

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.