Shows error after removing a hairstyle!

I removed the afro hairstyle but then it showed me error!

Here’s the screen shot. Please help me :sweat:

delete line 806

no line should be skipped between choice and first hairstyle, Classic Bob.

1 Like

Thanks, it worked!! But I got a new error if you can help :sweat:

#Here’s what I recommend to do instead:

NARR
Would you like to customize the main character?

choice (support_2)
“Yes! I want to.”{

goto begincc

}“No, I would like to keep her the same.”{

NARR
Thank you so much!

goto aftercc

}

label begincc

#whole cc template here, at end of template:

label femlcc_hi_end

NARR
Beautiful!

label aftercc

NARR
On with the story!

#I can’t see a portion of your code hence why I suggest this. Labels are allowed in choices so that’s fine but if you’re putting a cc template within a choice make sure all closing and opening brackets do match, no line is skipped between first option and choice, styles are spelled right, character’s name exists.

1 Like

I will try this! Thank you so much!!!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.