What does it say to the left?
You cannot have a label inside if/then statements or {}, and the label “bodycolor_0” does not exist.
First check for this.
Or screenshot the script and I can check for you.
Nope. Have you got an if/else statement anywhere?
Not that I know of or seen.
Weird. Can you print screen the whole script so I can try to find the error?
Like, take a video?
On your keyboard, press print screen and paste it into the chat.
Sure.
Read this:
You can’t put the template inside of a choice or an if/elif/else statement. Here’s an example:
INCORRECT:
if (original){
#whole CC template here
} else {
}
CORRECT:
if (original){
goto avatar_0
} else {
}
label avatar_0
#cc template goes here
goto main_story
label main_story
#continue story here
No problem, just remember you can have a goto in a choice and an if/elif/else statement but never a label. That’s why you were getting that error.
That makes a lot more sense, thank you!
Also, you’re in the wrong category, you have this thread in:
Report A Bug
- Writer’s Portal Bug: The place to report any bugs related to the portal
When it should be in:
Creators Corner:
- Directing Helps & Tips : Script help, and general donacode tips & tricks!
I recommend checking out the Forums Tutorial: Official Tutorial/How-To for the Forums (V2) so you understand how the Forums work : )
Moved to Directing Helps and Tips since this is not a bug. 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.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.