Dad needs to be in all caps and you need to add dialogue.
I feel stupid now thank you
Hi I have a problem with character customization where when I used the template it says “avatar_0 doesn’t exist”?
That’s the very first part of a cc template. You either deleted it by accident, or you didn’t copy the whole template code and left that part out.
I have another error I wanted the choices to be remembered.
Remove the spaces and change them into underscores
Did you only take the new skin sections and add them to the older template? I’ve updated the whole entire template, not just the skin tones, so you need to copy and paste the new updated template and delete the old one from your script.
Line 1260 needs the word “goto” and the “L” in lipsColor needs to be capitalized to match the label
Remove that first bracket
The same exact reason
Thank you
@pause for a beat
label dressing_game
HOPE (think)
(What should I wear Today?)
choice
“Cute1” {
@HOPE exits left
@HOPE changes into HOPE_cute1
}
“Cute2” {
@HOPE exits left
@HOPE changes into HOPE_cute2
}
HOPE (thinks)
(Do i want to wear this?)
choice
“Yes” {
HOPE (talk_excited)
Lets go!
}
“Nah” {
goto dressing_game
Episode then says the label doesnt exist and its like the label was never made, i dont know whats wrong with my episode. Please Help!
Can you post a screenshot of your script?
You don’t have dialogue for line 14
CHARACTER (animation) is only used for dialogue. If you want a character to do an animation without talking, the command looks like this: @CHARACTER is animation
Thank you!