I am lazy.. can someone paste a script for me

I am super lazy right now after comic con…
Can someone please be sweet and send me the script for customisation…
(I don’t wanna have to write out the entire customisation script)
The characters name is GIZELLE but if you can… Just sending the script would be fine and I can switch it to match the character… :3
THANKYOU! :smiley:

LL or INK?

Ink.

&GIZELLE enters from left to screen center

    NARRATOR
So... what's your name?

label first_name_input

input What’s Your First Name?|What’s Your First Name?|Done(FIRSTNAME)

if (FIRSTNAME is “”) {

    NARR
You do need a name...

goto first_name_input

} else {
continue
}

label avatar_0

@zoom reset
@GIZELLE starts think
@speechbubble reset

    NARRATOR
So, [FIRSTNAME], what's your look?

choice
“Skin Tone” {
goto bodyColor_0
}
“Hair” {
goto hair_0
}
“Eyes” {
goto eyes_0
}
“Eyebrows” {
goto brows_0
}
“Face Shape”{
goto face_0
}
“Nose” {
goto nose_0
}
“Mouth” {
goto mouth_0
}
“This is perfect!” {
goto avatar_end
}

label bodyColor_0
@zoom reset
#If GIZELLE has siblings or parents, place them off screen here EG:
#@SIBLING stands screen center in zone 4
#Then in each skin color, change their skin color as well
#Be sure to remove them at the end.

    NARRATOR
What skin color would you like?

choice
“Beige” {
#Remember to change family skin, mouth, and hair to match in each area!
#@FAMILY changes bodyColor into Beige
#@FAMILY changes into mouthColor Rose
#@FAMILY changes into hairColor Chestnut
@GIZELLE changes bodyColor into Beige
@GIZELLE starts idle_happy
goto bodyColor_0
}
“Olive” {
@GIZELLE changes bodyColor into Olive
@GIZELLE starts idle_happy
goto bodyColor_0
}
“Taupe”{
@GIZELLE changes bodyColor into Taupe
@GIZELLE starts idle_happy
goto bodyColor_0
}
“Mocha” {
@GIZELLE changes bodyColor into Mocha
@GIZELLE starts idle_happy
goto bodyColor_0
}
“Sable” {
@GIZELLE changes bodyColor into Sable
@GIZELLE starts idle_happy
goto bodyColor_0
}
“This looks good!”{
@GIZELLE starts cheer_loop
goto avatar_0
}“Last Page”{
goto bodyColor_2
}“Next Page”{
goto bodyColor_1
}

label bodyColor_1

    NARRATOR
What skin color would you like?

choice
“Ivory” {
#Remember to change family skin, mouth, and hair to match in each area!
@GIZELLE changes bodyColor into Ivory
@GIZELLE starts idle_happy
goto bodyColor_1
}
“Fair” {
@GIZELLE changes bodyColor into Fair
@GIZELLE starts idle_happy
goto bodyColor_1
}
“Caramel”{
@GIZELLE changes bodyColor into Caramel
@GIZELLE starts idle_happy
goto bodyColor_1
}
“Toffee” {
@GIZELLE changes bodyColor into Toffee
@GIZELLE starts idle_happy
goto bodyColor_1
}
“Dark” {
@GIZELLE changes bodyColor into Dark
@GIZELLE starts idle_happy
goto bodyColor_1
}
“This looks good!”{
@GIZELLE starts cheer_loop
goto avatar_0
}“Last Page”{
goto bodyColor_0
}“Next Page”{
goto bodyColor_2
}

label bodyColor_2

    NARRATOR
What skin color would you like?

choice
“Dune” {
#Remember to change family skin, mouth, and hair to match in each area!
@GIZELLE changes bodyColor into Dune
@GIZELLE starts idle_happy
goto bodyColor_2
}
“Light” {
@GIZELLE changes bodyColor into Light
@GIZELLE starts idle_happy
goto bodyColor_2
}
“Honey”{
@GIZELLE changes bodyColor into Honey
@GIZELLE starts idle_happy
goto bodyColor_2
}
“Umber” {
@GIZELLE changes bodyColor into Umber
@GIZELLE starts idle_happy
goto bodyColor_2
}
“Chestnut” {
@GIZELLE changes bodyColor into Chestnut
@GIZELLE starts idle_happy
goto bodyColor_2
}
“This looks good!”{
@GIZELLE starts cheer_loop
goto avatar_0
}“Last Page”{
goto bodyColor_1
}
“Next Page”{
goto bodyColor_0
}

label brows_0
@zoom reset
@zoom on 150 350 to 165% in 0
@GIZELLE starts idle_arms_crossed

    NARRATOR
What eyebrow shape would you like?

choice
“Classic Natural”{
@GIZELLE changes eyebrows into Classic Natural
goto brows_0
}“Defined Natural”{
@GIZELLE changes eyebrows into Defined Natural
goto brows_0
}“Mature Round”{
@GIZELLE changes eyebrows into Mature Round
goto brows_0
}“Seductive Arch”{
@GIZELLE changes eyebrows into Seductive Arch
goto brows_0
}“Seductive Round”{
@GIZELLE changes eyebrows into Seductive Round
goto brows_0
}“Thick Flat”{
@GIZELLE changes eyebrows into Thick Flat
goto brows_0
}“Thin Round”{
@GIZELLE changes eyebrows into Thin Round
goto brows_0
} “Looks good!”{
goto avatar_0
}

label face_0
@zoom reset
@zoom on 150 350 to 165% in 0
@GIZELLE starts idle_happy

    NARRATOR
What face shape would you like?

choice
“Defined Heart” {
@GIZELLE changes face into Defined Heart
goto face_0
}
“Defined Round” {
@GIZELLE changes face into Defined Round
goto face_0
}
“Diamond” {
@GIZELLE changes face into Diamond
goto face_0
}
“Oval” {
@GIZELLE changes face into Oval
goto face_0
}
“Round” {
@GIZELLE changes face into Round
goto face_0
}
“Soft Heart” {
@GIZELLE changes face into Soft Heart
goto face_0
}
“Square” {
@GIZELLE changes face into Square
goto face_0
}
“Looks good!”{
goto avatar_0
}

label eyes_0
@GIZELLE starts idle
@zoom reset
@zoom on 150 350 to 165% in 0

    NARRATOR
What eye shape would you like?

choice
“Mature Round” {
@GIZELLE changes eyes into Mature Round
goto eyes_0
}
“Round Luxe” {
@GIZELLE changes eyes into Round Luxe
goto eyes_0
}
“Slender Natural” {
@GIZELLE changes eyes into Slender Natural
goto eyes_0
}
“Upturned Bold” {
@GIZELLE changes eyes into Upturned Bold
goto eyes_0
}
“Upturned Feline” {
@GIZELLE changes eyes into Upturned Feline
goto eyes_0
}
“Upturned Luxe” {
@GIZELLE changes eyes into Upturned Luxe
goto eyes_0
}
“Select a color.”{
goto eyesColor_0
}
“Looks good!”{
goto avatar_0
}

label eyesColor_0
@GIZELLE starts idle

    NARRATOR
What color should your eyes be?

choice
“Auburn”{
@GIZELLE changes eyesColor into Auburn
goto eyesColor_0
}“Black”{
@GIZELLE changes eyesColor into Hickory
goto eyesColor_0
}“Blue” {
@GIZELLE changes eyesColor into Blue
goto eyesColor_0
}
“Brown” {
@GIZELLE changes eyesColor into Brown
goto eyesColor_0
}
“Green” {
@GIZELLE changes eyesColor into Green
goto eyesColor_0
}“Grey” {
@GIZELLE changes eyesColor into Black
goto eyesColor_0
}
“Looks good!”{
goto avatar_0
}

label mouth_0
@zoom reset
@zoom on 150 350 to 165% in 0
@GIZELLE starts idle

    NARRATOR
What mouth shape would you like?

choice
“Blossom Lips” {
@GIZELLE changes mouth into Blossom Lips
@GIZELLE starts shush
goto mouth_0
}“Classic” {
@GIZELLE changes mouth into Classic
@GIZELLE starts shush
goto mouth_0
}“Classic Slender” {
@GIZELLE changes mouth into Classic Slender
@GIZELLE starts shush
goto mouth_0
}“Full Round” {
@GIZELLE changes mouth into Full Round
@GIZELLE starts shush
goto mouth_0
}“Mature Medium” {
@GIZELLE changes mouth into Mature Medium
@GIZELLE starts shush
goto mouth_0
}“Thick” {
@GIZELLE changes mouth into Thick
@GIZELLE starts shush
goto mouth_0
}“Select color.”{
goto mouthColor_0
}
“Looks good!”{
goto avatar_0
}

label mouthColor_0

    NARRATOR
What color lips would you like?

choice
“Blush” {
@GIZELLE changes mouthColor into Blush
goto mouthColor_0
}“Champagne” {
@GIZELLE changes mouthColor into Champagne
goto mouthColor_0
}“Olive” {
@GIZELLE changes mouthColor into Olive
goto mouthColor_0
}“Toffee” {
@GIZELLE changes mouthColor into Toffee
goto mouthColor_0
}“Taupe”{
@GIZELLE changes mouthColor into Taupe
goto mouthColor_0
}“Looks good!”{
goto avatar_0
}“Change lip shape.”{
goto mouth_0
}“Next Page.”{
goto mouthColor_1
}

label mouthColor_1

    NARRATOR
What color lips would you like?

choice
“Mocha” {
@GIZELLE changes mouthColor into Mocha
goto mouthColor_1
}“Rosewood” {
@GIZELLE changes mouthColor into Rosewood
goto mouthColor_1
}“Dark” {
@GIZELLE changes mouthColor into Dark
goto mouthColor_1
}“Chestnut” {
@GIZELLE changes mouthColor into Chestnut
goto mouthColor_1
}“Sable”{
@GIZELLE changes mouthColor into Sable
goto mouthColor_1
}“Looks good!”{
goto avatar_0
}“Change lip shape.”{
goto mouth_0
}“Next Page.”{
goto mouthColor_2
}

label mouthColor_2

    NARRATOR
What color lips would you like?

choice
“Bubblegum Pink” {
@GIZELLE changes mouthColor into Bubblegum Pink
goto mouthColor_2
}“Orange Crush” {
@GIZELLE changes mouthColor into Orange Crush
goto mouthColor_2
}“Rose”{
@GIZELLE changes mouthColor into Rose
goto mouthColor_2
}“Raspberry”{
@GIZELLE changes mouthColor into Raspberry
goto mouthColor_2
}“Cherry Red”{
@GIZELLE changes mouthColor into Cherry Red
goto mouthColor_2
}“Looks good!”{
goto avatar_0
}“Change lip shape.”{
goto mouth_0
}“Next Page.”{
goto mouthColor_3
}

label mouthColor_3

    NARRATOR
What color lips would you like?

choice
“Dusty Rose”{
@GIZELLE changes mouthColor into Dusty Rose
goto mouthColor_3
}“Bordeaux” {
@GIZELLE changes mouthColor into Bordeaux
goto mouthColor_3
}“Wine” {
@GIZELLE changes mouthColor into Wine
goto mouthColor_3
}“Scarlet” {
@GIZELLE changes mouthColor into Scarlet
goto mouthColor_3
}“Plum” {
@GIZELLE changes mouthColor into Plum
goto mouthColor_3
}“Looks good!”{
goto avatar_0
}“Change lip shape.”{
goto mouth_0
}“Next Page.”{
goto mouthColor_4
}

label mouthColor_4

    NARRATOR
What lip color would you like?

choice
“Lavender”{
@GIZELLE changes mouthColor into Lavender
goto mouthColor_4
}“Sea Foam” {
@GIZELLE changes mouthColor into Seafoam
goto mouthColor_4
}“Sky Blue” {
@GIZELLE changes mouthColor into Sky Blue
goto mouthColor_4
}“Emerald” {
@GIZELLE changes mouthColor into Emerald
goto mouthColor_4
}“Azure” {
@GIZELLE changes mouthColor into Azure
goto mouthColor_4
}“Looks good!”{
goto avatar_0
}“Change lip shape.”{
goto mouth_0
}“First Page.”{
goto mouthColor_0
}

label hair_0
@zoom reset
@zoom on 150 350 to 165% in 0

    NARRATOR
Which hair style would you like?

choice
“Buzzed”{
@GIZELLE changes hair into Buzzed Hair
@GIZELLE starts primp_condescend
goto hair_0
}“Short Shaved Sides” {
@GIZELLE changes hair into Shaved Sides
@GIZELLE starts primp_condescend
goto hair_0
}“Messy Pixie” {
@GIZELLE changes hair into Messy Pixie
@GIZELLE starts primp_condescend
goto hair_0
}“Slicked Back” {
@GIZELLE changes hair into Long Slicked Back Hair
@GIZELLE starts primp_condescend
goto hair_0
}“Twist Hair” {
@GIZELLE changes hair into Twist Hair
@GIZELLE starts primp_condescend
goto hair_0
}“This looks good!”{
goto avatar_0
}“Change Color.”{
goto label hairColor_0
}“More Styles.”{
goto hair_1
}

label hair_1

    NARRATOR
Which hair style would you like?

choice
“Bed head” {
@GIZELLE changes hair into Shaggy Long Hair
@GIZELLE starts primp_condescend
goto hair_1
}“Faux Hawk”{
@GIZELLE changes hair into Long Faux Hawk
@GIZELLE starts primp_condescend
goto hair_1
}“Classic Bob” {
@GIZELLE changes hair into Classic Bob
@GIZELLE starts primp_condescend
goto hair_1
}“Dreadlocks” {
@GIZELLE changes hair into Long Dreadlocks
@GIZELLE starts primp_condescend
goto hair_1
}“Straight Bob” {
@GIZELLE changes hair into Straight Bob
@GIZELLE starts primp_condescend
goto hair_1
}“This looks good!”{
goto avatar_0
}“Change Color.”{
goto label hairColor_0
}“More Styles.”{
goto hair_2
}

label hair_2

    NARRATOR
Which hair style would you like?

choice
“Layered Hair” {
@GIZELLE changes hair into Layered Hair
@GIZELLE starts primp_condescend
goto hair_2
}“Long Feathered” {
@GIZELLE changes hair into Long Feathered
@GIZELLE starts primp_condescend
goto hair_2
}“Long Straight Hair” {
@GIZELLE changes hair into Long Straight Hair
@GIZELLE starts primp_condescend
goto hair_2
}“Straight” {
@GIZELLE changes hair into Straight
@GIZELLE starts primp_condescend
goto hair_2
}“Long Braids” {
@GIZELLE changes hair into Long Braids
@GIZELLE starts primp_condescend
goto hair_2
}“This looks good!”{
goto avatar_0
}“Change Color.”{
goto label hairColor_0
}“More Styles.”{
goto hair_3
}
label hair_3

    NARRATOR
Which hair style would you like?

choice
“Natural Curls”{
@GIZELLE changes hair into Natural Curls
@GIZELLE starts primp_condescend
goto hair_3
}“Beach Wave” {
@GIZELLE changes hair into Beach Wave Hair
@GIZELLE starts primp_condescend
goto hair_3
}“Diva Curls” {
@GIZELLE changes hair into Diva Curls
@GIZELLE starts primp_condescend
goto hair_3
}“Long Curly Hair” {
@GIZELLE changes hair into Long Curly Hair
@GIZELLE starts primp_condescend
goto hair_3
}“Rebel Half Shaved” {
@GIZELLE changes hair into Rebel Half Shaved Hairstyle
@GIZELLE starts primp_condescend
goto hair_3
}“This looks good!”{
goto avatar_0
}“Change Color.”{
goto label hairColor_0
}“More Styles.”{
goto hair_4
}

label hair_4

    NARRATOR
Which hair style would you like?

choice
“Casual Braided Pigtails” {
@GIZELLE changes hair into Casual Braided Pigtails
@GIZELLE starts primp_condescend
goto hair_4
}“Styled Corn Rows” {
@GIZELLE changes hair into Styled Corn Rows
@GIZELLE starts primp_condescend
goto hair_4
}“Messy Back Bun” {
@GIZELLE changes hair into Messy Back Bun
@GIZELLE starts primp_condescend
goto hair_4
}“Pulled Back”{
@GIZELLE changes hair into Monday Morning Updo
@GIZELLE starts primp_condescend
goto hair_4
}“Urban Punk Ponytail”{
@GIZELLE changes hair into Urban Punk Ponytail
@GIZELLE starts primp_condescend
goto hair_4
}“This looks good!”{
goto avatar_0
}“Change Color.”{
goto label hairColor_0
}“More Styles.”{
goto hair_5
}

label hair_5
NARRATOR
Which hair style would you like?

choice
“Cornrow Bun” {
@GIZELLE changes hair into Cornrow Bun
@GIZELLE starts primp_condescend
goto hair_5
}“High Ponytail” {
@GIZELLE changes hair into High Ponytail
@GIZELLE starts primp_condescend
goto hair_4
}“Suburban Bubble” {
@GIZELLE changes hair into Suburban Bubble
@GIZELLE starts primp_condescend
goto hair_1
}“Short Curly Hair” {
@GIZELLE changes hair into Short Curly Hair
@GIZELLE starts primp_condescend
goto hair_3
}“Ponytail Locks”{
@GIZELLE changes hair into Ponytail Locks
@GIZELLE starts primp_condescend
goto hair_5
}“This looks good!”{
goto avatar_0
}“Change Color.”{
goto label hairColor_0
}“First Styles.”{
goto hair_0
}

label hairColor_0

    NARRATOR
What hair color would you like?

choice
“Auburn” {
@GIZELLE changes hairColor into Auburn
goto hairColor_0
}“Black” {
@GIZELLE changes hairColor into Charcoal
goto hairColor_0
}“Blond” {
@GIZELLE changes hairColor into Blond
goto hairColor_0
}“Chestnut”{
@GIZELLE changes hairColor into Chestnut
goto hairColor_0
}“Fawn” {
@GIZELLE changes hairColor into Fawn
goto hairColor_0
}“Looks good!”{
goto avatar_0
}“Back To Styles.”{
goto hair_0
}“More Colors”{
goto hairColor_1
}

label hairColor_1

    NARRATOR
What hair color would you like?

choice
“Mint” {
@GIZELLE changes hairColor into Mint
goto hairColor_1
}“Blue” {
@GIZELLE changes hairColor into Blasting Blue
goto hairColor_1
}“Pink” {
@GIZELLE changes hairColor into Pop Pink
goto hairColor_1
}“Grey”{
@GIZELLE changes hairColor into Grey
goto hairColor_1
}“Purple” {
@GIZELLE changes hairColor into Punky Purple
goto hairColor_1
}“Looks good!”{
goto avatar_0
}“Back To Styles.”{
goto hair_0
}“More Colors”{
goto hairColor_0
}

label nose_0
@zoom reset
@zoom on 150 350 to 165% in 0

    NARRATOR
What nose would you like?

choice
“Bulb” {
@GIZELLE changes nose into Bulb
@GIZELLE starts idle
goto nose_0
}
“Elven” {
@GIZELLE changes nose into Elven
@GIZELLE starts idle
goto nose_0
}
“Grecian” {
@GIZELLE changes nose into Grecian
@GIZELLE starts idle
goto nose_0
}
“Mature Round” {
@GIZELLE changes nose into Mature Round
@GIZELLE starts idle
goto nose_0
}
“Refined” {
@GIZELLE changes nose into Refined
@GIZELLE starts idle
goto nose_0
}
“Roman” {
@GIZELLE changes nose into Roman
@GIZELLE starts idle
goto nose_0
}
“Round” {
@GIZELLE changes nose into Round
@GIZELLE starts idle
goto nose_0
}
“Looks great!”{
goto avatar_0
}

label avatar_end
@zoom reset
&GIZELLE exits left AND GIZELLE is walk_neutral_offset