Dressing Game Gone Wrong HELP PLEASE

Hi guys! So I was trying to script this dressing game but it’s not for the MAIN CHARACTER though just a side character but It’s a great help for the story I am trying to write I tried to figure stuffs out but End up like this. The character is facing back.Help please
Screenshot%201
Screenshot%202
Screenshot%203

1 Like

You put riley faces the direction you want her to face

1 Like

Hi! and which one?

1 Like

For example

@Lacie faces left

1 Like

here an example

NT. TEEN SISTER’S BEDROOM - DAY

#You can change the background above to any background you like!

@cut to zone 2

@CHARACTER1 stands screen center AND CHARACTER1 faces right

@CHARACTER1 starts idle_happy

@pause for 3

label dressing_game

    CHARACTER1
(What should I wear today?)

choice
“Outfit 1”{

@CHARACTER1 walks to upscreen left in zone 3

@CHARACTER1 changes into MC_outfit1

#Change the word MC_outfit1 to whatever your first outfit’s filename is - e.g. RACHEL_smart_casual

}
“Outfit 2”{

@CHARACTER1 walks to upscreen left in zone 3

@CHARACTER1 changes into MC_outfit2

#Change the word MC_outfit2 to whatever your second outfit’s filename is - e.g. RACHEL_winter_clothes

}
“Outfit 3”{

@CHARACTER1 walks to upscreen left in zone 3

@CHARACTER1 changes into MC_outfit3

#Change the word MC_outfit3 to whatever your third outfit’s filename is - e.g. RACHEL_workout_gear

}

@CHARACTER1 walks to screen center in zone 2

@pause for a beat

    CHARACTER1 (think)
(Shall I wear this or try something else?)

choice
“Wear this outfit.”{

    CHARACTER1 (head_bob)
(This is perfect!)

}
“Try something else.”{

goto dressing_game

}

@CHARACTER1 exits left

Oh I’m going to try it now thank you <3

1 Like

Your welcome

And you didn’t put the label backto_thestory first

Oh I did that but i just didn’t include it on the screenshot the scene is like the reader will check out the 3 outfit first and then after the outfits have been shown the reader will pick one outfit the problem is that when you click one outfit it’ll show up but then it goes straight to the second Choice where the reader should pick one outfit and also the problem that the character is facing at the back ;w;

1 Like

When she picks an outft but @Lacie faces left

You’ve got Nicole doing “talk_handsonhips_neutral_rear” when she asks what to wear.
Change it to a different animation

1 Like

OMG I didn’t checked that out xD thank you <3

1 Like

Did you get this solved then? :slight_smile:

Hi! Yes I did :smiley:

1 Like

Glad to hear this got resolved! Closing :v:t2:

1 Like