Is the screenshot attached above the code you have for the fourth character’s customisation?
You forgot to label the name input
Adding on to what @Davidcrvz said, make sure each time you are customising a character the labels aren’t the same.
Type this in
label first_name_input4
input what’s you’re first name?|what’s you’re first name?|Done(NAME)
if {NAME is “”}{
NARR
You do need a name…
goto first_name_input4
}else{
continue
}
I think that should work!
Still messing up
Sorry I edited it
Ok
I’m not sure if @Davidcrz is correct, and I don’t know what the problem is, but you might have to just restart the customisation process. Instead of using episode’s default template, trying using this pre-made customisation template for multiple characters. Multiple Character Customization Templates (INK & Limelight)
Be sure to credit @Dara.Amarie
OK thank u
So do this to every single one for the name input
Character one
label first_name_input
input what’s you’re first name?|what’s you’re first name?|Done(NAME)
if {NAME is “”}{
NARR
You do need a name…
goto first_name_input
}else{
continue
}
Character two
label first_name_input2
input what’s you’re first name?|what’s you’re first name?|Done(NAME)
if {NAME is “”}{
NARR
You do need a name…
goto first_name_input2
}else{
continue
}
Character three
label first_name_input3
input what’s you’re first name?|what’s you’re first name?|Done(NAME)
if {NAME is “”}{
NARR
You do need a name…
goto first_name_input3
}else{
continue
}
Character four
label first_name_input4
input what’s you’re first name?|what’s you’re first name?|Done(NAME)
if {NAME is “”}{
NARR
You do need a name…
goto first_name_input4
}else{
continue
}
If still doesn’t work then tell me!
Lol ok
Basically they mean you can’t have the labels the same name, as it messes it all up, you see computers are stupid and don’t get anything.
lol
I tried all yalls suggestions and still wont work right
Just redo the customisation using Multiple Character Customization Templates (INK & Limelight)
Be sure to credit @Dara.Amarie
I did use her thing it didn’t work and I changed everything that she said to do
So what exactly is not working?
you know when you customize the characters in the beginning of the story to the readers liking well I cant get it too work past 3 people
If you copied different templates for each person it should work. Or maybe somewhere in your script is goto to the beginning of your script?