Can someone help me fix it

I don’t know how to fix it.

Remove your gain from the elif. It’ll automatically resort to the last gain you have.

1 Like

It still says it

Can you send images with the coding parts revealed?

1 Like

Oh right I see it, If you only have two choices:

elif (chose_Girl){

should be

elif{

1 Like

It didn’t work:(

Moved to Directing Helps and Tips since this is about coding. Make sure to check out our Forum Tutorial for more info about creating topics, and feel free to PM me if you’ve got questions. :wink:

1 Like

You need to have the choice inside the if else

You have if and than both brackets than choice and then else with both brackets so you basicaly inserted the choice between the if else but for the script it means you have 2separate if/else… And because the second doesnt have if you got this eror.

Sory I write now from phone so I cant send you the repared coding but everything what should happen if boy must be INSIDE THE {}

if (condition) {all coding comes here
}
#here you do not write anything between
else {all coding comes here
}

2 Likes

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