Dressing Game Help? (SOLVED)

I’m needing help with coding a dressing game… ( as the title says :sweat_smile: ) I don’t know what I’m doing wrong… When I’m trying to preview it says the error "Unexpected DIALOG: “Outfit 1” I originally had “Pajama Set I” and so on, but its shown the same error each time…, so help is appreciated… Thank you in advance :blush:

choice

“Outfit 1”{

@FEMALEAVATAR changes into i female pajamas

}

“Outfit 2”{

@FEMALEAVATAR changes into ii female pajamas

}

“Outfit 3”{

@FEMALEAVATAR changes into iii female pajamas

}

“Outfit 4”

@FEMALEAVATAR changes into iv female pajamas

    FEMALEAVATAR
    Should I wear this?

choice

“Yes!”{

    FEMALEAVATAR
    Ooo nice choice!

}

“Eeep no…”{

goto dressing_game

}

Is there an empty line in between choice and “Outfit 1” { ?

1 Like

Nope :upside_down_face: :joy: Edit: I had a space between choice and the outfit, but didn’t for {

It still shows an error… /:

The same error?

1 Like

Yeah

Sorry, I’m not sure then :confused:

1 Like

That’s alright thanks for helping :smile:

1 Like

well whats the error

Did you put the label before the choice? Also, I don’t know if this is a problem, but instead of goto I use redo. If the error is something like, “this label doesn’t exist” then try using 1_1_dressinggame123

1 Like

the error was having it

choice

abcdefg

instead of

choice
abcdefg

thank you :blush:

1 Like

@Jeremy i figured it out, can you close it please :slight_smile: Thanks if so :blush:

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