Remembering outfit choices!

Hey guys I’m at total lost! I’ve watched videos, read other forums and I just don’t understand the coding for remembering outfit choices
if someone could please help me I would appreciate it!!

choice
“Outfit 1” {
@LANA MILLS walks to screen center in zone 3
@LANA MILLS changes into lana_outfit4
}
“Outfit 2” {
@LANA MILLS walks to screen center in zone 3
@LANA MILLS changes into lana_outfit3
}
“Outfit 3” {
@LANA MILLS walks to screen center in zone 3
@LANA MILLS changes into lana_outfit1
}
“Outfit 4” {
@LANA MILLS walks to screen center in zone 3
@LANA MILLS changes into lana_outfit5
}

@LANA MILLS walks to spot 1.101 152 123 in zone 2
@pause for 4

    LANA MILLS
(Should I wear this or something else?)

    LANA MILLS (flirt_wink_atcamera_pose)
(Should I wear this?)

choice “Choose this outfit” {
LANA MILLS (talk_agree_happy)
Yes, I look cutee!
}
“Let me try something else” {
goto choosing_outfit
}

and this is what I’ve been trying to do but its not working…
{
if (OUTFIT_1 is “Outfit 1”) {
@LANA MILLS changes into lana_outfit4

} elif (OUTFIT_1 is “Outfit 2”) {
@LANA MILLS changes into lana_outfit3

} elif (OUTFIT_1 is “Outfit 3") {
@LANA MILLS changes into lana_outfit1

}else (OUTFIT_1 is “Outfit 4”) {
@LANA MILLS changes into lana_outfit5
}

Thanks in advance :slight_smile:

Try this.

1 Like

Do i put it on the next scene right at the beginning?

The next scene, but if you are changing the characters outfit for any reason, then you can use the if/else in the same episode.

OMG Thankyou so muchhh !! I have to leave the else alone thank you :slight_smile: <3

1 Like