Character customization for readers

Yh it says " error. You cannot have a label inside if/then statements or {}."

Yh it’s exactly what am using but the errors keep coming up

you can’t have a label inside a choice

I am using her templates

Take a screenshot of your script or copy and paste it for me.

1 Like

Can you take a photo of the screen?

1 Like

1 Like

if you want to give the reader say: a choice where they can customize two people at the same time, put a goto in the choice that’s connected to the customization template.

like:

label customize_character_1

choice
“change the MC” {
goto girl_custom_1
}"change love interest{
goto boy_custom_1
}“done”{
goto start_story
}

label girl_custom1

#template here

label boy_custom

#template here

label start_story

PS: remember to put a goto customize_character_1 in the choice at the end of the customization where it says they’re done customizing the character. so they end up back at the choice menu

1 Like

what does the warning say?

Thanks so much

it says the said label does not exist

T for thanks :hugs:

is that the only label the portal is reacting on or is it several?

1 Like

So many of erm

have you tried just deleting the template and just replacing it again

1 Like

I am going to try it now

Thank y’all so much it worked

2 Likes

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