How can I add the choice to let the readers choose which character they wanna customize?

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.

@Sydney_H can you please close this topic?

1 Like

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.

Hope this is clear :slight_smile:

2 Likes

TSYM :blob_hearts:
I’ll try it out and let you know if it works!

}“I’m done with CC”{
goto after_CC

In the after cc goto, is there a specific end command or can I add the end command of the last character??

You can, but if the reader don’t want to customize the last character, they will be stuck in a loop :confused:

Oh! So what do I do to avoid the loop??
And I got this prob?
Screenshot (142)

Can you copy-paste your script here?

Sure!

This is where you put “goto afterCC” (unless you still have more characters to CC)

you need to add “goto custo_characters” here :slight_smile: (and for the other templates as well)

Let me know if this works!

1 Like

Thanks! I’ll let you know.

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 :blob_hearts:

1 Like

Oh okay, no problem! :smiling_face_with_three_hearts:

1 Like

Closed by OP request. :smiley: