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"