Help with dressing game

Hi all I am trying to create a dressing game within a choice and it isn’t working

It looks like you have not closed brackets for your first choice (“go with Elyse”). Do you need the dressing game in that specific choice ?

It’s as the script says; you can’t use a label inside of a choice. Does the dressing game happen even if you don’t go with Elyse?
If so, add something like “gain goElyse” in your choice and before the scene change and then close the choice with a }.
Otherwise, you’ll still want to set up that gain and bracket, but you’ll also want to add “goto dressgamesetup” or whatever you want to call it at the very end of that choice and set up a label like that at the beginning of the bathroom scene. This will bring you to that scene. Make sure you also have a label set up for the other choice, or it will automatically go through the dressing game.

Thank you I am still new at this, do you know exactly how to code it?

all done :smiley:

Thanks heaps

This solve your problem? :slight_smile:

@Apes helped me with it via discord

This is a script I did for a dressing game to help you:
MATILDA (think)
(Which pajamas should I wear?)
choice
“Mother’s Old Shirt” {
@MATILDA walks to screen center in zone 2 AND MATILDA is walk_exhausted
@MATILDA changes into MATILDA_Pajamas1
@MATILDA walks to screen center in zone 1 AND MATILDA is walk_exhausted
MATILDA (blush)
(Smells just like her…)
@pause for a beat
}
“Blue Nighty” {
@MATILDA walks to screen center in zone 2 AND MATILDA is walk_exhausted
@MATILDA changes into MATILDA_Pajamas2
@MATILDA walks to screen center in zone 1 AND MATILDA is walk_exhausted
MATILDA (deepbreath)
My father gave me this…
@pause for a beat
}
“Cupcake Pajamas” {
@MATILDA walks to screen center in zone 2 AND MATILDA is walk_exhausted
@MATILDA changes into MATILDA_Pajamas3
@MATILDA walks to screen center in zone 1 AND MATILDA is walk_exhausted
MATILDA (laugh_giggle)
I just found these in some drawers!
@pause for a beat
}
MATILDA (think)
(Is this the right outfit for me?)
choice
“It’s Perfect!” {
MATILDA (talk_exclaim_yes)
I love it!
}
“Let me look at the other options again.” {
MATILDA (talk_think)
I think I need to look at the others again.
goto label choosing_outfit
}

1 Like

ALso before the first speech I added this label:
label choosing_outfit
Hope I helped xx

Thanks heaps

No problem.

Closing due to one month of inactivity :slight_smile: