Can someone replace a name for me?

I’m right now doing homework/studying and I don’t have time to do this so I need someone to replace all the, Euphorias with Mars, outfits and MIRROR EUPHORIA included please. I will credit If you really want me to :slight_smile:

choice
“Hair” {
goto hair_3
}
“Lips” {
goto mouthColor_0
}

label mouthColor_0

@add Lipstick to MIRROR EUPHORIA

    NARRATOR
What color lips would you like?

choice
“Chapstick” {
@EUPHORIA changes mouthColor into Blush
@MIRROR EUPHORIA changes mouthColor into Blush
@EUPHORIA starts talk_gesture_rear AND MIRROR EUPHORIA starts apply_lipstick
goto mouthColor_0
}“Nothing” {
@EUPHORIA changes mouthColor into Toffee
@MIRROR EUPHORIA changes mouthColor into Toffee
@EUPHORIA starts talk_gesture_rear AND MIRROR EUPHORIA starts apply_lipstick
goto mouthColor_0
}“Lipstick” {
@EUPHORIA changes mouthColor into Orange Crush
@MIRROR EUPHORIA changes mouthColor into Orange Crush
@EUPHORIA starts talk_gesture_rear AND MIRROR EUPHORIA starts apply_lipstick
goto mouthColor_0
}“Hair”{
goto hair_3
}“This Looks Okay”{
goto done_1
}

@remove Lipstick from MIRROR EUPHORIA

label hair_3

@add Hair Brush to MIRROR EUPHORIA

    NARRATOR
Which hair style would you like?

choice
“Straight” {
@EUPHORIA changes hair into Straight
@MIRROR EUPHORIA changes hair into Straight
@EUPHORIA starts talk_gesture_rear AND MIRROR EUPHORIA starts primp_brush_hair
goto hair_3
}“Beach Wave” {
@EUPHORIA changes hair into Beach Wave Hair
@MIRROR EUPHORIA changes hair into Beach Wave Hair
@EUPHORIA starts talk_gesture_rear AND MIRROR EUPHORIA starts primp_brush_hair
goto hair_3
}“Updos”{
goto hair_4
}“Lips”{
goto mouthColor_0
}“This Looks Okay”{
goto done_1
}

@remove Hair Brush from MIRROR EUPHORIA

label hair_4

@add Hair Brush to MIRROR EUPHORIA

    NARRATOR
Which hair style would you like?

choice
“Messy Back Bun” {
@EUPHORIA changes hair into Messy Back Bun
@MIRROR EUPHORIA changes hair into Messy Back Bun
@EUPHORIA starts talk_gesture_rear AND MIRROR EUPHORIA starts primp_brush_hair
goto hair_4
}“High Ponytail” {
@EUPHORIA changes hair into High Ponytail
@MIRROR EUPHORIA changes hair into High Ponytail
@EUPHORIA starts talk_gesture_rear AND MIRROR EUPHORIA starts primp_brush_hair
goto hair_4
}“Hair Down”{
goto hair_3
}“Lips”{
goto mouthColor_0
}“This Looks Okay”{
goto done_1
}

@remove Hair Brush from MIRROR EUPHORIA

label done_1

@MIRROR EUPHORIA starts talk_think

    NARR (EUPHORIA)
I think this looks pretty good.

@MIRROR EUPHORIA walks to spot .716 -55 266 in zone 1 AND EUPHORIA walks to spot .995 -55 121 in zone 1
@transition fade out black 3.5
INT. DUMPY APARTMENT BEDROOM - DAY
@zoom reset
@cut to zone 1
@transition fade in black 3.5

@EUPHORIA enters from right to spot 0.929 251 152 in 5 AND EUPHORIA faces left

@pause for 2

@EUPHORIA starts rear AND EUPHORIA faces right

@pause for a beat

@EUPHORIA walks to spot 0.767 142 242 in 3 AND EUPHORIA is walk_rear AND EUPHORIA faces right
@EUPHORIA starts talk_gesture_rear AND EUPHORIA faces right

@zoom on 94 258 to 153% in 5

@EUPHORIA starts think AND EUPHORIA faces left

@pause for a beat

@EUPHORIA changes into EUPHORIA_schoolsusdress
@EUPHORIA starts dustoff_loop

@pause for 3

@EUPHORIA starts talk_shrug

@pause for 2

@EUPHORIA starts think

@pause for 2

@EUPHORIA changes into EUPHORIA_sus
@EUPHORIA starts dustoff_loop

@pause for 3

@EUPHORIA starts talk_shrug

@pause for 2

@EUPHORIA starts think

@pause for 2

@EUPHORIA changes into EUPHORIA_tie
@EUPHORIA starts dustoff_loop

@pause for 3

@EUPHORIA starts talk_shrug

@pause for 2

@EUPHORIA starts think

@pause for 2

label dressinggame_1

@speechbubble reset
@speechbubble is 128 258 to 100% with tail_top_right

    EUPHORIA (think)
(I'd like to wear...)

choice (Eps1Outfit)
“Dress”{
@EUPHORIA previews outfit EUPHORIA_schoolsusdress
@EUPHORIA is admire
@pause for a beat
@EUPHORIA starts idle

    EUPHORIA (idle_arms_crossed)
(Welp, this looks like me.)

choice
“Wear This.” {
@EUPHORIA changes into EUPHORIA_schoolsusdress

gain SampleGirlOutfit
#This will let you check if they made this choice later.
goto afterdg1

} “I’ll try something else.” {
@EUPHORIA unpreviews outfit EUPHORIA_schoolsusdress
####REPLACE THIS WITH ONE OF YOUR OUTFITS####
goto dressinggame_1

}}“Suspenders”{
@EUPHORIA previews outfit EUPHORIA_sus
####REPLACE THIS WITH ONE OF YOUR OUTFITS####
@EUPHORIA is admire
@pause for a beat

    EUPHORIA (idle_arms_crossed)
(Bootiful.)

choice
“Wear this!” {
@EUPHORIA changes into EUPHORIA_sus
####REPLACE THIS WITH ONE OF YOUR OUTFITS####

gain SampleGirlOutfit2
#This will let you check if they made this choice later.
goto afterdg1

}“I’ll try something else”{
@EUPHORIA unpreviews outfit EUPHORIA_sus
####REPLACE THIS WITH ONE OF YOUR OUTFITS####
@EUPHORIA starts idle_arms_crossed
goto dressinggame_1

}
}“What I have on.” {
@EUPHORIA starts dustoff_loop
@EUPHORIA changes into EUPHORIA_tie

you can just highlight the name, click command + f, click all, and type the name

1 Like

Oh wow thanks xD

Solved and closed. :smiley: