Hi! how can I add the choice to let the readers choose which character they wanna customize? Like a choice that lets them choose a character that they wanna customize?
If you have read Him and I (original) you know have seen that choice.
You create a choice with all the names of the characters and depending on which choice they click on, you send them to a certain label. I’ll try to give an example:
label custo_characters
NARR
Who do you want to customize?
Choice “CHARACTER1”{
goto customization_char1
}“CHARACTER2”{
goto customization_char2
}“I’m done with CC”{
goto after_CC
}
label customization_char1 Insert your CC there for character1
NARR
Are you happy with their looks?
If yes: goto custo_characters
If no: goto customization_char1
label customization_char2 Insert your CC there for character2
NARR
Are you happy with their looks?
If yes: goto custo_characters
If no: goto customization_char1
label afterCC
This is where you put what happens after they are done CCing.
Thank you, honey! There are still some errors but I decided to not do such a complex choice and I just added CC normally. THANK YOU SO MUCH tho, I really do appreciate it