So I made outfit choices (one has four and one has two) .
TWO OUTFITS
INT. CUTE BEDROOM GIRL - DAY
@YOU spot 1.250 145 0 in zone 1
@YOU moves to layer 0
label OUTFIT_CHOICE
YOU (talk_think_neutral)
What should i wear???
choice
“OUTFIT1”{
@YOU is dustoff_neutral_loop
@YOU changes into OUTFIT-NAME
} “OUTFIT2” {
@YOU is dustoff_neutral_loop
@YOU changes into OUTFIT-NAME
}
NARRATOR
Do you like this outfit?
choice
“Yes! She looks amazing” {
YOU (talk_agree_happy)
I look amazing!
} “No, I want to change it” {
goto OUTFIT_CHOICE
}
FOUR OUTFITS
INT. CUTE BEDROOM GIRL - DAY
@YOU spot 1.250 145 0 in zone 1
@YOU moves to layer 0
label OUTFIT_CHOICE
YOU (talk_think_neutral)
What should i wear???
choice
“OUTFIT1”{
@YOU is dustoff_neutral_loop
@YOU changes into OUTFIT-NAME
} “OUTFIT2” {
@YOU is dustoff_neutral_loop
@YOU changes into OUTFIT-NAME
} “OUTFIT3” {
@YOU is dustoff_neutral_loop
@YOU changes into OUTFIT-NAME
} “OUTFIT4” {
@YOU is dustoff_neutral_loop
@YOU changes into OUTFIT-NAME
}
NARRATOR
Do you like this outfit?
choice
“Yes! She looks amazing” {
YOU (talk_agree_happy)
I look amazing!
} “No, I want to change it” {
goto OUTFIT_CHOICE
}