Help with limited customization xxxx


Im trying to use a limited customization template
but loads of errors are coming up saying the labels dont exist.
please help xxx

You need to create the labels like you did with the label label femlcc_brows0

1 Like

what about the goto thing

1 Like

I don’t quite understand what you mean?

Before you can go to a label you need to create it

1 Like

You can read more on gotos and labels here: HOW TO: Labels and Gotos đź–¤ (a goto leads to a label it shares the same name with. You have a bunch of gotos in there but no label for them; you also have a label without a goto)

A cool technique: HOW TO: Use [shouldPaginate: YES]

If you’re not sure how to create one, you can request here for a limited template: Limited CC Templates & Workshop!

1 Like

sorry im bad at explaining
thank you xx

1 Like

No problem, you’re welcome.

1 Like

label femlcc_custom0

#the main menu

NARR
What would you like to customize?

choice
“Hair”{
goto femlcc_hair0
}“Eyes”{
goto femlcc_eyes0
}“Eyebrows”{
goto femlcc_brows0
}“Face Shape”{
goto femlcc_face0
}“Nose”{
goto femlcc_nose0
}“Mouth”{
goto femlcc_mouth0
}“This is perfect”{
goto femlcc_end0
}

label femlcc_hair0
#limited hairstyles section here + option to go back to main menu

label femlcc_eyes0
#limited eyes section here + option to go back to main menu

label femlcc_brows0
#limited eyebrows section here + option to go back to main menu

label femlcc_face0
#limited faceshapes section here + option to go back to main menu

label femlcc_nose0
#limited nose shapes section here + option to go back to main menu

label femlcc_mouth0
#limited mouth shapes section here + option to go back to main menu

label femlcc_end0

NARR
Are you sure you’re perfect?

choice
“Yes”{

}“No”{
goto femlcc_custom0
}

#continue story

1 Like

From the looks of it, you’re using one of my limited CC templates but you only have the first section of it. You need to copy and paste the entire template into your script.

2 Likes

Moved to Directing Helps and Tips since this involves coding. Make sure to check out our Forum Tutorial for more info about where to correctly create topics, and feel to PM me if there are any questions. :wink:

Closed: Marked as solved by op @Em.alex :yay: