SCRIPT ERRORS you just can't seem to fix!

You need to have dialogue to start a choice. Do something like this:

RAVEN (think)
Is this what I want to wear?
choice
“Lookin Good.” {

Now I have an error saying “Unexpected Character: RAVEN”

You need a starting bracket on line 593

Thanks…again, I think you have scripting super powers :joy:, but thanks :grinning:

1 Like

Ok so, i used the female customize script for limelight but it says that “Fair Warm” bodycolor does not excist. I dont know what to do since it can mess up the whole script.

30

.

Do you know how to fix this?

“readerMessage” is misspelled for all your choices.

Thanks, I’ll see if it works now :blush:

It worked, thank you for all your help! :slight_smile:

1 Like

Hello there! Recently, I decided to write my first episode story. I’m still learning, and there are some errors that I really can’t solve alone. So, if anybody can help me, I’ll be really grateful c:

I can’t seem to figure out why there is an error here, if anyone knows could you please tell me what I’m doing wrong? Thanks!

That label should be before the narrator dialogue, and if you want your character to just be idle without talking, it should look like this: @DUBHE is idle

Can you show the rest of the dressup game?

This is the rest.

On line 57 you have a random dash “-”

Omg lol, I don’t know how I missed that! Thanks so much!

Understood
Now the script works perfectly
Thank you, you’re a lifesaver :heart:

1 Like

I’m trying to do a dressing game but at my outfit choice “Leather jacket” it keeps saying there’s an error.
I’m not sure what I’m doing wrong.

Expected character or scene change. Found ““Leather Jacket”” “{” instead. Did you forget to capitalize the name or close the ( ) around the animation?
It’s saying ^^^^

label change
@speechbubble is 163 203 to 100%

    MAYA (think)
(What should I wear today?)

choice
“Gray sweatshirt”{
@MAYA is dustoff_loop
@MAYA changes into MAYA_gray_sweat
@MAYA is strike_a_pose
@pause for 3
MAYA (think)
(Should I wear this?)
choice
“Yes boo, you slay”{
@MAYA is flirt_wink
}
“Ick, no way”{
goto change
}

}

“Leather jacket”{
@MAYA is dustoff_loop
@MAYA changes into MAYA_gray_tank
@MAYA is strike_a_pose
@pause for 3
MAYA (think)
(Should I wear this?)
choice
“Yes boo, you slay”{
@MAYA is flirt_wink
}
“Ick, no way”{
goto change
}

}

“Jean Jacket”{
@MAYA is dustoff_loop
@MAYA changes into MAYA_jean_jacket_dress
@MAYA is strike_a_pose
@pause for 3
MAYA (think)
(Should I wear this?)
choice
“Yes boo, you slay”{
@MAYA is flirt_wink
}
“Ick, no way”{
goto change
}

}

Nevermind! I figured it out lol :blush: