Can someone help making dressing games

I was making a dressing game but says that label choosing_outfit was never used.

but I saw Joseph Evans video about this and he put that in his script, idk why isn’t working

So I need to create another choice?

If you gave me that part of the script, I’d be able to help you.

label choosing_outfit

    BLAIR (think)
(What do I wanna wear today?)

choice “Looking hot mama” {

@BLAIR exits right AND BLAIR faces right
@BLAIR changes into BLAIR_default
@BLAIR enters from right to screen center

} “option2” {

}

label choosing_outfit

    BLAIR (think)
(What do I wanna wear today?)

choice “Looking hot mama” {

@BLAIR exits right AND BLAIR faces right
@BLAIR changes into BLAIR_default
@BLAIR enters from right to screen center

NARRATOR
Is this the outfit you want to wear?
choice
“Yes”{
continue
}
“No, I want to see other outfits”{
goto choosing_outfit
}
} “option2” {

NARRATOR
Is this the outfit you want to wear?
choice
“Yes”{
continue
}
“No, I want to see other outfits”{
goto choosing_outfit
}
}

1 Like

ohhh got it, now makes sense, tnx :blush:

1 Like

Hello @joanaamado, this is Sydney the moderator. Welcome to the forum. :smiley: Moved this to Directing Helps and Tips since it 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:

Marked as solved and closed. Thanks @_Ingrid :smiley: :lock: