Customize love interest?

So i have my main characters love interest and i want the reader to be able to customize him and I’m using the code I used so the readers would be able to customize Their Character.

Which is -

label changing_appearance

    NARRATOR
Change appearance?

choice
“Customize character”{

@JULLIE goes to character avatar

goto changing_appearance

}
“Use profile avatar”{

@JULLIE becomes female profile

goto changing_appearance

}
“I look perfect”{

}

And

I changed the code so it’s for the love interest instead-

label changing_appearance

    NARRATOR
Change appearance?

choice
“Customize Kai”{

@KAI goes to character avatar

goto changing_appearance

}
“Use profile avatar”{

@KAI becomes male profile

goto changing_appearance

}
“I look perfect”{

}

But it says - “Duplicate Label” "Changing appearance"

Well, you have two labels called changing_appearance, so you’ll need to change the name of one of them. For example, you could add a number at the end like this changing_appearance_2

1 Like

Hi! I’m pretty sure that you’re using the same label you used for the main character customization. I think that you can’t have 2 or more labels named the same. You have to change the label from “label changing_appearance” to “label changing_liappearance”. it’s just an example, you can give it any other name you want. And you’d have to change the go tos as well.

Oh ok, thanks!

1 Like

Ok, thanks!

@Sydney_H Can you please close this? Sorry for tags.

1 Like

Closed by OP request :smiley: