HELP: Selecting a character to customize

So, I’m currently writing my story and I’m at the moment I’m working on my customization scene.
However, I’m giving the readers a choice as to which character they’d like to customize first:


But, whenever I put in the customization code I get this error:

Does anyone know how to fix this error?
Help would be appreciated! :sweat_smile:

@Dara.Amarie

1 Like

Did you put

if{

}

else{

}

In your script?

Nope, but I’ll try it now.
Do you mean putting a gain inside the original choice and then having the customization in the if/elif coding?

No, don’t try that.

When you click on the error message, where does it take you?

It takes me to the label female_custom.

Could you send a screenshot of the lines in which female_custom is?

epy3

I found this. The errors are different, but I think this still applies to your error.

1 Like

Can read more here: HOW TO: Labels and Gotos 🖤

2 Likes

You can’t include a label in a choice

1 Like

Thank you, I’ll read that right now!:blush:

That makes sense, thanks :blush:

Thank you so much :blush:

1 Like

NP :+1:

from ur screenshot, i see label female_custom_1 is in the choice “Lauren (MC)”{ so yeah having a label inside a choice will not work :sweat_smile:

Good luck :+1:

1 Like

This worked!
Thanks so much :smile:

1 Like

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