SCRIPT ERRORS you just can't seem to fix!

Dad needs to be in all caps and you need to add dialogue.

1 Like

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.
image

Remove the spaces and change them into underscores

ERROR: the label fem_brows1 does not exsist

I don’t understand what the problem is.

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.

i’m really struggling with fixing this

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

@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!

1 Like