Indica
February 25, 2019, 11:53pm
1
I’m trying to add a mini dress-up game in my story, so the MC can change lip color & hair style before a party. But this error keeps showing up: ERROR: No hair called Afro exists . Afro IS a hairstyle in LL, so what am I doing wrong here?
1 Like
JemU776
February 25, 2019, 11:57pm
2
Read this on what to do when you get errors:
Errors:
"No eyebrows exist"
If you are getting an error message saying that “no eyebrows” exist (or any other feature doesn’t exist), these are the 3 reasons why you would be getting that error:
The system does not recognize the character name. You either didn’t change the template’s name to your own character’s name, you misspelled your character’s name, or you have not created that character yet.
You are using a male character in a female template (and vise versa)
You are using an INK template in a Limelight story (and vise versa)
"No labels exist"
If you are getting warning messages saying that NO LABELS EXIST, then that means you put the template inside of a choice or if/elif/else code. Templates have labels and labels cannot be inside of brackets. You will need to place the template outside of the choice, then put a goto inside the choice that leads to the first label of the template. HERE is an example of how to do that.
2 Likes
system
Closed
March 28, 2019, 9:57am
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.