Script help (again)

Hi again, I need help with remembering two things: outfit and makeup look. In the episode I’m writing my character goes through many outfit and hair changes due to flashbacks. Can someone format my script so she can return to the original outfit?

Outfit Script
      ALI (talk_think_neutral)
What should we be?

choice (OUTFIT_1)
“Angels” {
@ALI is dustoff_neutral_loop AND PIPER is dustoff_neutral_loop
@ALI changes into ALI angel
@PIPER changes into PIPER angel
ALI (applaud_happy_loop)
OKKUUURRRR!
&PIPER is dance_drop_it

} “Fairies” {
@ALI is dustoff_neutral_loop AND PIPER is dustoff_neutral_loop
@ALI changes into ALI fairy
@PIPER changes into PIPER fairy
PIPER (talk_primp_neutral)
Damn, We look good.
@ALI is dance_grind_neutral_loop

} “Super Heroes” {
@ALI is dustoff_neutral_loop AND PIPER is dustoff_neutral_loop
@ALI changes into ALI hero
@PIPER changes into PIPER hero
ALI (talk_neutral)
Chief called,
This is it.
&PIPER is kiss_blow_happy_atcamera

} “Pirates” {
@ALI is dustoff_neutral_loop AND PIPER is dustoff_neutral_loop
@ALI changes into ALI pirate
@PIPER changes into PIPER pirate
ALI (flirt_wink_atcamera)
Hottie with a BODDYYY!

} “Zombies” {
@ALI is dustoff_neutral_loop AND PIPER is dustoff_neutral_loop
@ALI changes into ALI zombie
@PIPER changes into PIPER zombie
PIPER (flirt_wink_happy)
We’ll eat your brains AND look good while doing it.
&ALI is dance_grind_neutral_loop
} “Princesses” {
@ALI is dustoff_neutral_loop AND PIPER is dustoff_neutral_loop
@ALI changes into ALI princess
@PIPER changes into PIPER princess
ALI (flirt_coy)
Ugh, my 8 year old self is screaming!
&PIPER is laugh_giggle
}

    ALI (talk_think_neutral)
Is this what we want to be?

choice
“Yes ma’am!” {
ALI (applaud_happy_loop)
Hair and Makeup Time!
} “Get that off of me RIGHT now.” {
goto dressing_game_1
}
@zoom on 505 348 to 288% in 0
&ALI is idle_shiftweight_neutral_loop

label pre_set

Hair & Makeup Script
    NARRATOR
Which look would you like to try?

choice
“Pretty Pretty Princess” {
@ALI changes mouthColor into Neutral Medium Nude Gloss
@ALI changes hair into Sleek Ponytail

} “Zesty Lookin’ Zombie”{
@ALI changes mouthColor into Red Deep Gloss
@ALI changes hair into Long Wavy Parted Hair

} “Angelic”{
@ALI changes mouthColor into Rose Medium Nude Matte
@ALI changes hair into Over Shoulder Braid

} “The Perfect Pirate”{
@ALI changes mouthColor into Rose Matte
@ALI changes hair into Small Bun
goto pre_set

} “Fabulous Fairy”{
@ALI changes mouthColor into Purple Deep Gloss
@ALI changes hair into Long Double Dutch Braids
goto pre_set

} “SHERO”{
@ALI changes mouthColor into Neutral Medium Nude Matte
@ALI changes hair into Long High Ponytail
}
ALI (talk_think_neutral)
Is this the look?
choice
“HELL YEAH” {
ALI (applaud_happy_loop)
Yay! First College Party!
} “This is not it, sis.” {
goto pre_set
}

All you have to do is

@ALI changes into ALI_default

And for the changes to the lipstick and hair, all you have to do is remember the original one you used and then change it back the same way you changed it

Thanks for responding! In this episode Ali is at a costume party, and the reader gets to choose the costume and makeup. While she’s at the party she goes through flashbacks which include multiple outfit changes. How do I remember the costume, hair, and makeup choice?

you have to use gains

For remembering choices, check out: HOW TO: Remember Past Choices (if/elif/else)

When it comes to a dressing game, the choice name and option method is the best choice : )

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.