Can anyone help me with this dressing error?

label dressing_game_1

error: choice “comfy” {

@SHAY is dustoff_loop
@SHAY changes into shay comfy
@SHAY is primp

} “cute” {
@SHAY is dustoff_loop
@SHAY changes into shay cute
@SHAY is primp

} “shay black and white” {
@SHAY is dustoff_loop
@SHAY changes into shay black and white
@SHAY is primp
}

    SHAY (talk_think)
Do I want to wear this one?

choice
} “I look like a snack ;)” {

} “Aw hell naw” {
goto dressing_game_1
}

The error: is where the error is x

You need dialogue under label dressing_game_1
And, I don’t know if this makes a difference, but write choice like this.

choice
“comfy” {
}

1 Like

tyyyy <3

You also need to change this:

To:

choice
“I look like a snack ;)” {

1 Like

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:

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