Limelight Female Customize Character Script Template


Created by: @writer.trishagold

Instagram: @writer.trishagold
Twitter: @TrishaG_episode

Episode Stories

Wattpad Stories

NOTE Name Choice Code: If you use both the male and female character creation PLUS name giving, don’t forget to change the code for their names (just change what’s highlighted in the name giving code/dialogue to anything you want!). For example: Instead of NAME do NAMEF for female and NAMEM for male or give them numbers. Want the name above the speechbubble? Go to the character screen of the one the readers get to customize and put whatever is your code for their name (in my script’s case NAME) in the ‘display name’ bar.


NOTE Family Members: If you want any family of the character the reader is creating, to change with them (think about skin, eye or hair color for example), then put in the same codes for them EVERYWHERE like in this example:


  NARRATOR
  What skin color would you like?
choice
"White" {
@FEMALE changes bodyColor into White
@FAMILYMEMBER1 changes bodyColor into White
@FAMILYMEMBER2 changes bodyColor into White
goto bodyColor_0
} “Dark” {
@FEMALE changes bodyColor into Dark
@FAMILYMEMBER1 changes bodyColor into Dark
@FAMILYMEMBER2 changes bodyColor into Dark
goto bodyColor_0
}
etcetera etcetera!


Don’t forget to place these family members, or whoever you want to change as well, in another zone/offscreen at the beginning of the customization scene. This is so they won’t pop into the screen anywhere out of nowhere. You also have to remove them afterwards. One code example is put into both scripts (if your customization happens in zone 3 just change the zone in the first red code so they won’t be seen on screen). Just remove the # in front of the code to make it work and don’t forget to change the script name to one of your own characters EVERYWHERE!

NOTE Zooms + zones: The template has 3 sets of zooms for every category, because for every zone the zoom is different to get the character in the center of the screen. These templates are set for a character being in zone 1. For zone 2, put a # before the first zoom (of zone 1) and take away the # in front of the second one (for zone 2). As you might have guessed, the third zoom is the one for zone 3.

[# Avatar - Female { #@FAMILYMEMBER1 stands screen center in zone 3 @CHARACTER1 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(NAME) if (NAME is "") { NARRATOR You do need a name. goto first_name_input } else { continue } label avatar_0 @zoom reset @speechbubble reset NARRATOR So, [NAME], 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 on 155 0 to 120% in 0 #@zoom on 455 0 to 120% in 0 #@zoom on 765 0 to 120% in 0 @CHARACTER1 starts idle_loop NARRATOR What skin color would you like? choice "Fair Warm"{ @CHARACTER1 changes bodyColor into Fair Warm goto bodyColor_0 }"Fair Gold"{ @CHARACTER1 changes bodyColor into Fair Gold goto bodyColor_0 }"Beige Light Neutral"{ @CHARACTER1 changes bodyColor into Beige Light Neutral goto bodyColor_0 }"Fair Neutral"{ @CHARACTER1 changes bodyColor into Fair Neutral goto bodyColor_0 }"Beige Light Rose"{ @CHARACTER1 changes bodyColor into Beige Light Rose goto bodyColor_0 }"Fair Rose"{ @CHARACTER1 changes bodyColor into Fair Rose goto bodyColor_0 }"Beige Light Gold"{ @CHARACTER1 changes bodyColor into Beige Light Gold goto bodyColor_0 }"Beige Rose"{ @CHARACTER1 changes bodyColor into Beige Rose goto bodyColor_0 }"Beige Gold"{ @CHARACTER1 changes bodyColor into Beige Gold goto bodyColor_0 }"Tan Neutral"{ @CHARACTER1 changes bodyColor into Tan Neutral goto bodyColor_0 }"Next Page >>"{ goto bodyColor_1 }"This looks good!"{ @CHARACTER1 starts idle_happy_loop goto avatar_0 } label bodyColor_1 @CHARACTER1 starts idle_loop NARRATOR What skin color would you like? choice "Beige Deep Gold"{ @CHARACTER1 changes bodyColor into Beige Deep Gold goto bodyColor_1 }"Beige Deep Neutral"{ @CHARACTER1 changes bodyColor into Beige DeepNeutral goto bodyColor_1 }"Beige Neutral"{ @CHARACTER1 changes bodyColor into Beige Neutral goto bodyColor_1 }"Tan Gold"{ @CHARACTER1 changes bodyColor into Tan Gold goto bodyColor_1 }"Beige Deep Rose"{ @CHARACTER1 changes bodyColor into Beige Deep Rose goto bodyColor_1 }"Tan Rose"{ @CHARACTER1 changes bodyColor into Tan Rose goto bodyColor_1 }"Tan Deep Gold"{ @CHARACTER1 changes bodyColor into Tan Deep Gold goto bodyColor_1 }"Tan Deep Rose"{ @CHARACTER1 changes bodyColor into Tan Deep Rose goto bodyColor_1 }"Tan Deep Neutral"{ @CHARACTER1 changes bodyColor into Tan Deep Neutral goto bodyColor_1 }"Next Page >>"{ goto bodyColor_2 }"<< Previous Page"{ goto bodyColor_0 }"This looks good!"{ @CHARACTER1 starts idle_happy_loop goto avatar_0 } label bodyColor_2 @CHARACTER1 starts idle_loop NARRATOR What skin color would you like? choice "Brown Gold"{ @CHARACTER1 changes bodyColor into Brown Gold goto bodyColor_2 }"Brown Neutral"{ @CHARACTER1 changes bodyColor into Brown Neutral goto bodyColor_2 }"Brown Rose"{ @CHARACTER1 changes bodyColor into Brown Rose goto bodyColor_2 }"Brown Deep Rose"{ @CHARACTER1 changes bodyColor into Brown Deep Rose goto bodyColor_2 }"Brown Deep Gold"{ @CHARACTER1 changes bodyColor into Brown Deep Gold goto bodyColor_2 }"Brown Deep Neutral"{ @CHARACTER1 changes bodyColor into Brown Deep Neutral goto bodyColor_2 }"Beige Green Light"{ @CHARACTER1 changes bodyColor into Beige Green Light goto bodyColor_2 }"Green"{ @CHARACTER1 changes bodyColor into Green goto bodyColor_2 }"Light Blue"{ @CHARACTER1 changes bodyColor into Light Blue goto bodyColor_2 }"Blue"{ @CHARACTER1 changes bodyColor into Blue goto bodyColor_2 }"<< Previous Page"{ goto bodyColor_1 }"This looks good!"{ @CHARACTER1 starts idle_happy_loop goto avatar_0 } label brows_0 @zoom on 150 320 to 165% in 0 #@zoom on 470 320 to 165% in 0 #@zoom on 785 320 to 165% in 0 @CHARACTER1 starts idle_loop NARRATOR What eyebrow shape would you like? choice "Arched Natural"{ @CHARACTER1 changes eyebrows into Arched Natural goto brows_0 }"Arched Thick Styled"{ @CHARACTER1 changes eyebrows into Arched Thick Styled goto brows_0 }"Arched Thin"{ @CHARACTER1 changes eyebrows into Arched Thin goto brows_0 }"Arched Thin High"{ @CHARACTER1 changes eyebrows into Arched Thin High goto brows_0 }"Round Medium"{ @CHARACTER1 changes eyebrows into Round Medium goto brows_0 }"Round Thick"{ @CHARACTER1 changes eyebrows into Round Thick goto brows_0 }"Round Thin High"{ @CHARACTER1 changes eyebrows into Round Thin High goto brows_0 }"Straight Medium"{ @CHARACTER1 changes eyebrows into Straight Medium goto brows_0 }"Select a color."{ goto browsColor_0 } "Looks good!"{ goto avatar_0 } label browsColor_0 @zoom on 150 320 to 165% in 0 #@zoom on 470 320 to 165% in 0 #@zoom on 785 320 to 165% in 0 @CHARACTER1 starts idle_loop NARRATOR What color should your eyebrows be? choice "Black Dark"{ @CHARACTER1 changes eyebrowsColor into Black Dark goto browsColor_0 }"Black Jet"{ @CHARACTER1 changes eyebrowsColor into blackJet goto browsColor_0 }"Deep Brown"{ @CHARACTER1 changes eyebrowsColor into Deep Brown goto browsColor_0 }"Dark Brown"{ @CHARACTER1 changes eyebrowsColor into Dark Brown goto browsColor_0 }"Chestnut Brown"{ @CHARACTER1 changes eyebrowsColor into Chestnut Brown goto browsColor_0 }"Medium Warm Brown"{ @CHARACTER1 changes eyebrowsColor into Medium Warm Brown goto browsColor_0 }"Light Brown"{ @CHARACTER1 changes eyebrowsColor into Light Brown goto browsColor_0 }"Blonde Medium"{ @CHARACTER1 changes eyebrowsColor into Blonde Medium goto browsColor_0 }"Dirty Blonde"{ @CHARACTER1 changes eyebrowsColor into Dirty Blonde goto browsColor_0 }"Honey Blonde"{ @CHARACTER1 changes eyebrowsColor into Honey Blonde goto browsColor_0 }"Platinum Blonde"{ @CHARACTER1 changes eyebrowsColor into Platinum Blonde goto browsColor_0 }"Next Page >>"{ goto browsColor_1 }"Change eyebrow shape."{ goto brows_0 }"Looks good!"{ goto avatar_0 } label browsColor_1 @zoom on 150 320 to 165% in 0 #@zoom on 470 320 to 165% in 0 #@zoom on 785 320 to 165% in 0 @CHARACTER1 starts idle_loop NARRATOR What color should your eyebrows be? choice "Strawberry Blonde"{ @CHARACTER1 changes eyebrowsColor into Strawberry Blonde goto browsColor_1 }"Gray"{ @CHARACTER1 changes eyebrowsColor into Gray goto browsColor_1 }"Cool Gray"{ @CHARACTER1 changes eyebrowsColor into Cool Gray goto browsColor_1 }"Warm White"{ @CHARACTER1 changes eyebrowsColor into Warm White goto browsColor_1 }"Copper Red"{ @CHARACTER1 changes eyebrowsColor into Copper Red goto browsColor_1 }"Ginger Red"{ @CHARACTER1 changes eyebrowsColor into Ginger Red goto browsColor_1 }"Green Mint"{ @CHARACTER1 changes eyebrowsColor into Green Mint goto browsColor_1 }"Pink Light"{ @CHARACTER1 changes eyebrowsColor into Pink Lt goto browsColor_1 }"Purple Lilac"{ @CHARACTER1 changes eyebrowsColor into Purple Lilac goto browsColor_1 }"<< Previous Page"{ goto browsColor_0 }"Change eyebrow shape."{ goto brows_0 }"Looks good!"{ goto avatar_0 } label face_0 @zoom on 150 350 to 165% in 0 #@zoom on 470 350 to 165% in 0 #@zoom on 785 350 to 165% in 0 @CHARACTER1 starts idle_loop NARRATOR What face shape would you like? choice "Diamond Long"{ @CHARACTER1 changes face into Diamond Long goto face_0 }"Diamond"{ @CHARACTER1 changes face into Diamond goto face_0 }"Heart Defined"{ @CHARACTER1 changes face into Heart Defined goto face_0 }"Heart Mature"{ @CHARACTER1 changes face into Heart Mature goto face_0 }"Heart Soft"{ @CHARACTER1 changes face into Heart Soft goto face_0 }"Round Soft"{ @CHARACTER1 changes face into Round Soft goto face_0 }"Square Mature"{ @CHARACTER1 changes face into Square Mature goto face_0 }"Triangle Defined"{ @CHARACTER1 changes face into Triangle Defined goto face_0 }"Looks good!"{ goto avatar_0 } label eyes_0 @zoom on 165 350 to 165% in 0 #@zoom on 470 350 to 165% in 0 #@zoom on 785 350 to 165% in 0 @CHARACTER1 starts idle_loop NARRATOR What eye shape would you like? choice "Deepset Downturned" { @CHARACTER1 changes eyes into Deepset Downturned goto eyes_0 }"Deepset Mature" { @CHARACTER1 changes eyes into Deepset Mature goto eyes_0 }"Deepset Almond" { @CHARACTER1 changes eyes into Deepset Almond goto eyes_0 }"Sharp Almond" { @CHARACTER1 changes eyes into Sharp Almond goto eyes_0 }"Female Generic" { @CHARACTER1 changes eyes into Female Generic goto eyes_0 }"Monolid Slender" { @CHARACTER1 changes eyes into Monolid Slender goto eyes_0 }"Round Downturned Wide" { @CHARACTER1 changes eyes into Round Downturned Wide goto eyes_0 }"Round Medium" { @CHARACTER1 changes eyes into Round Medium goto eyes_0 }"Select a color."{ goto eyesColor_0 }"Looks good!"{ goto avatar_0 } label eyesColor_0 @zoom on 165 350 to 165% in 0 #@zoom on 470 350 to 165% in 0 #@zoom on 785 350 to 165% in 0 @CHARACTER1 starts idle_loop NARRATOR What color should your eyes be? choice "Brown Black" { @CHARACTER1 changes eyesColor into Brown Black goto eyesColor_0 }"Brown Dark" { @CHARACTER1 changes eyesColor into Brown Dark goto eyesColor_0 }"Brown Light" { @CHARACTER1 changes eyesColor into Brown Light goto eyesColor_0 }"Grey Cool" { @CHARACTER1 changes eyesColor into Grey Cool goto eyesColor_0 }"Blue Deep" { @CHARACTER1 changes eyesColor into Blue Deep goto eyesColor_0 }"Blue Aqua" { @CHARACTER1 changes eyesColor into Blue Aqua goto eyesColor_0 }"Hazel" { @CHARACTER1 changes eyesColor into Hazel goto eyesColor_0 }"Green Emerald" { @CHARACTER1 changes eyesColor into Green Emerald goto eyesColor_0 }"Red" { @CHARACTER1 changes eyesColor into Red goto eyesColor_0 }"Violet" { @CHARACTER1 changes eyesColor into Violet goto eyesColor_0 }"Change eye shape."{ goto eyes_0 }"Looks good!"{ goto avatar_0 } label mouth_0 @zoom on 155 310 to 165% in 0 #@zoom on 470 310 to 165% in 0 #@zoom on 785 310 to 165% in 0 @CHARACTER1 starts idle_loop NARRATOR What mouth shape would you like? choice "Full Heart Pouty" { @CHARACTER1 changes mouth into Full Heart Pouty goto mouth_0 }"Medium Heart Natural" { @CHARACTER1 changes mouth into Medium Heart Natural goto mouth_0 }"Medium Thin" { @CHARACTER1 changes mouth into Medium Thin goto mouth_0 }"Thin Heart" { @CHARACTER1 changes mouth into Thin Heart goto mouth_0 }"Select color."{ goto mouthColor_0 }"Looks good!"{ goto avatar_0 } label mouthColor_0 NARRATOR What color lips would you like? choice "Natural"{ goto mouthNatural0 }"Bright Colored"{ goto mouthMakeup0 }"Dark Colored"{ goto mouthMakeupDark0 }"Change lip shape."{ goto mouth_0 }"This looks good!"{ goto avatar_0 } label mouthNatural0 NARRATOR What natural lip color would you like? choice "Fair Rose Matte" { @CHARACTER1 changes mouthColor into Fair Rose Matte goto mouthNatural0 }"Fair Neutral Matte" { @CHARACTER1 changes mouthColor into Fair Neutral Matte goto mouthNatural0 }"Beige Light Gold Matte" { @CHARACTER1 changes mouthColor into Beige Light Gold Matte goto mouthNatural0 }"Fair Gold Matte" { @CHARACTER1 changes mouthColor into Fair Gold Matte goto mouthNatural0 }"Beige Rose" { @CHARACTER1 changes mouthColor into Beige Rose goto mouthNatural0 }"Beige Gold Matte" { @CHARACTER1 changes mouthColor into Beige Gold Matte goto mouthNatural0 }"Beige Deep Neutral" { @CHARACTER1 changes mouthColor into Beige Deep Neutral goto mouthNatural0 }"Next Page >>"{ goto mouthNatural1 }"Try other colors."{ goto mouthColor_0 }"Change lip shape."{ goto mouth_0 }"Looks good!"{ goto avatar_0 } label mouthNatural1 NARRATOR What natural lip color would you like? choice "Tan Deep Gold" { @CHARACTER1 changes mouthColor into Tan Deep Gold goto mouthNatural1 }"Tan Deep Neutral" { @CHARACTER1 changes mouthColor into Tan Deep Neutral goto mouthNatural1 }"Brown Gold" { @CHARACTER1 changes mouthColor into Brown Gold goto mouthNatural1 }"Brown Neutral" { @CHARACTER1 changes mouthColor into Brown Neutral goto mouthNatural1 }"Brown Deep Rose" { @CHARACTER1 changes mouthColor into Brown Deep Rose goto mouthNatural1 }"Brown Deep Gold" { @CHARACTER1 changes mouthColor into Brown Deep Gold goto mouthNatural1 }"<< Previous Page"{ goto mouthNatural0 }"Try other colors."{ goto mouthColor_0 }"Change lip shape."{ goto mouth_0 }"Looks good!"{ goto avatar_0 } label mouthMakeup0 NARRATOR What lip color would you like? choice "Pink Peach Light Gloss" { @CHARACTER1 changes mouthColor into Pink Peach Light Gloss goto mouthMakeup0 }"Pink Peach Lt Gloss" { @CHARACTER1 changes mouthColor into Pink Peach Lt Gloss goto mouthMakeup0 }"Pink Peach Light Matte" { @CHARACTER1 changes mouthColor into Pink Peach Light Matte goto mouthMakeup0 }"Peach Gloss" { @CHARACTER1 changes mouthColor into Peach Gloss goto mouthMakeup0 }"Peach Matte" { @CHARACTER1 changes mouthColor into Peach Matte goto mouthMakeup0 }"Pink Beige Gloss" { @CHARACTER1 changes mouthColor into Pink Beige Gloss goto mouthMakeup0 }"Pink Beige Matte" { @CHARACTER1 changes mouthColor into Pink Beige Matte goto mouthMakeup0 }"Pink Medium Gloss" { @CHARACTER1 changes mouthColor into Pink Medium Gloss goto mouthMakeup0 }"Pink Medium Matte" { @CHARACTER1 changes mouthColor into Pink Medium Matte goto mouthMakeup0 }"Next Page >>"{ goto mouthMakeup1 }"Try other colors."{ goto mouthColor_0 }"Change lip shape."{ goto mouth_0 }"Looks good!"{ goto avatar_0 } label mouthMakeup1 NARRATOR What lip color would you like? choice "Pink Hot Gloss" { @CHARACTER1 changes mouthColor into Pink Hot Gloss goto mouthMakeup1 }"Pink Hot Matte" { @CHARACTER1 changes mouthColor into Pink Hot Matte goto mouthMakeup1 }"Pink Deep Gloss" { @CHARACTER1 changes mouthColor into Pink Deep Gloss goto mouthMakeup1 }"Pink Deep Matte" { @CHARACTER1 changes mouthColor into Pink Deep Matte goto mouthMakeup1 }"Purple Pastel Gloss" { @CHARACTER1 changes mouthColor into Purple Pastel Gloss goto mouthMakeup1 }"Purple Pastel Matte" { @CHARACTER1 changes mouthColor into Purple Pastel Matte goto mouthMakeup1 }"Pink Warm Gloss" { @CHARACTER1 changes mouthColor into Pink Warm Gloss goto mouthMakeup1 }"Pink Warm Matte" { @CHARACTER1 changes mouthColor into Pink Warm Matte goto mouthMakeup1 }"<< Previous Page"{ goto mouthMakeup0 }"Try other colors."{ goto mouthColor_0 }"Change lip shape."{ goto mouth_0 }"Looks good!"{ goto avatar_0 } label mouthMakeupDark0 NARRATOR What lip color would you like? choice "Red Gloss"{ @CHARACTER1 changes mouthColor into Red Gloss goto mouthMakeupDark0 }"Red Matte"{ @CHARACTER1 changes mouthColor into Red Matte goto mouthMakeupDark0 }"Rose Gloss"{ @CHARACTER1 changes mouthColor into Rose Gloss goto mouthMakeupDark0 }"Rose Matte"{ @CHARACTER1 changes mouthColor into Rose Matte goto mouthMakeupDark0 }"Red Deep Gloss"{ @CHARACTER1 changes mouthColor into Red Deep Gloss goto mouthMakeupDark0 }"Red Deep Matte"{ @CHARACTER1 changes mouthColor into Red Deep Matte goto mouthMakeupDark0 }"Violet Gloss"{ @CHARACTER1 changes mouthColor into Violet Gloss goto mouthMakeupDark0 }"Violet Matte"{ @CHARACTER1 changes mouthColor into Violet Matte goto mouthMakeupDark0 }"Next Page >>"{ goto mouthMakeupDark1 }"Try other colors."{ goto mouthColor_0 }"Change lip shape."{ goto mouth_0 }"Looks good!"{ goto avatar_0 } label mouthMakeupDark1 NARRATOR What lip color would you like? choice "Mauve Gloss"{ @CHARACTER1 changes mouthColor into Mauve Gloss goto mouthMakeupDark1 }"Mauve Matte"{ @CHARACTER1 changes mouthColor into Mauve Matte goto mouthMakeupDark1 }"Plum Gloss"{ @CHARACTER1 changes mouthColor into Plum Gloss goto mouthMakeupDark1 }"Plum Matte"{ @CHARACTER1 changes mouthColor into Plum Matte goto mouthMakeupDark1 }"Black Gloss"{ @CHARACTER1 changes mouthColor into Black Gloss goto mouthMakeupDark1 }"Black Matte"{ @CHARACTER1 changes mouthColor into Black Matte goto mouthMakeupDark1 }"<< Previous Page"{ goto mouthMakeupDark0 }"Try other colors."{ goto mouthColor_0 }"Change lip shape."{ goto mouth_0 }"Looks good!"{ goto avatar_0 } label hair_0 @zoom on 150 275 to 155% in 0 #@zoom on 480 275 to 155% in 0 #@zoom on 800 275 to 155% in 0 @CHARACTER1 starts admire_happy NARRATOR There are tons of hairstyles to choose from! Which styles would you like to browse? choice "Short Hair Styles"{ goto hairShort }"Mid-length Hair Styles"{ goto hairMedium }"Long Hair Styles"{ goto hairLong }"Tied-Up Hair Styles"{ goto hairUp }"Change Color."{ goto hairColor_0 }"This looks good!"{ goto avatar_0 } label hairShort NARRATOR What short hair style would you like? choice "Short Curly Fade" { @CHARACTER1 changes hair into Short Curly Fade @CHARACTER1 starts primp_neutral goto hairShort }"Short Pixie" { @CHARACTER1 changes hair into Short Pixie @CHARACTER1 starts primp_neutral goto hairShort }"Punk Pixie" { @CHARACTER1 changes hair into Punk Pixie @CHARACTER1 starts primp_neutral goto hairShort }"Classic Bob" { @CHARACTER1 changes hair into Classic Bob @CHARACTER1 starts primp_neutral goto hairShort }"Short Wavy Hair Solid" { @CHARACTER1 changes hair into Short Wavy Hair Solid @CHARACTER1 starts primp_neutral goto hairShort }"Curly Bob" { @CHARACTER1 changes hair into Curly Bob @CHARACTER1 starts primp_neutral goto hairShort }"Blunt Bangs Short" { @CHARACTER1 changes hair into Blunt Bangs Short @CHARACTER1 starts primp_neutral goto hairShort }"Long Faux Hawk Solid" { @CHARACTER1 changes hair into Long Faux Hawk Solid @CHARACTER1 starts primp_neutral goto hairShort }"Change Length."{ goto hair_0 }"Change Color."{ goto hairColor_0 }"This looks good!"{ goto avatar_0 } label hairMedium NARRATOR What medium length hair style would you like? choice "Straight Medium"{ @CHARACTER1 changes hair into Straight Medium @CHARACTER1 starts primp_neutral goto hairMedium }"Short Wavy Ombre" { @CHARACTER1 changes hair into Short Wavy Ombre @CHARACTER1 starts primp_neutral goto hairMedium }"Hair Flip" { @CHARACTER1 changes hair into Hair Flip @CHARACTER1 starts primp_neutral goto hairMedium }"Medium Curly Solid"{ @CHARACTER1 changes hair into Medium Curly Solid @CHARACTER1 starts primp_neutral goto hairMedium }"Afro"{ @CHARACTER1 changes hair into Afro @CHARACTER1 starts primp_neutral goto hairMedium }"Medium Braided" { @CHARACTER1 changes hair into Medium Braided @CHARACTER1 starts primp_neutral goto hairMedium }"Medium Dreadlocks" { @CHARACTER1 changes hair into Medium Dreadlocks @CHARACTER1 starts primp_neutral goto hairMedium }"Change Length."{ goto hair_0 }"Change Color."{ goto hairColor_0 }"This looks good!"{ goto avatar_0 } label hairLong NARRATOR What long hairstyle would you like? choice "Beach Wave Hair" { @CHARACTER1 changes hair into Beach Wave Hair @CHARACTER1 starts primp_neutral goto hairLong }"Long Feathered" { @CHARACTER1 changes hair into Long Feathered @CHARACTER1 starts primp_neutral goto hairLong }"Long Straight Loose Solid" { @CHARACTER1 changes hair into Long Straight Loose Solid @CHARACTER1 starts primp_neutral goto hairLong }"Long Straight Loose Bangs Blunt Solid" { @CHARACTER1 changes hair into Long Straight Loose Bangs Blunt Solid @CHARACTER1 starts primp_neutral goto hairLong }"Long Straight Loose Bangs Sideswept Solid" { @CHARACTER1 changes hair into Long Straight Loose Bangs Sideswept Solid @CHARACTER1 starts primp_neutral goto hairLong }"Long Braided" { @CHARACTER1 changes hair into Long Braided @CHARACTER1 starts primp_neutral goto hairLong }"Long Dreadlocks" { @CHARACTER1 changes hair into Long Dreadlocks @CHARACTER1 starts primp_neutral goto hairLong }"Change Length."{ goto hair_0 }"Change Color."{ goto hairColor_0 }"This looks good!"{ goto avatar_0 } label hairUp NARRATOR What tied-up style would you like? choice "Morning Updo" { @CHARACTER1 changes hair into Morning Updo @CHARACTER1 starts primp_neutral goto hairUp }"Short High Ponytail" { @CHARACTER1 changes hair into Short High Ponytail @CHARACTER1 starts primp_neutral goto hairUp }"Long High Ponytail" { @CHARACTER1 changes hair into Long High Ponytail @CHARACTER1 starts primp_neutral goto hairUp }"Braided Bun" { @CHARACTER1 changes hair into Braided Bun @CHARACTER1 starts primp_neutral goto hairUp }"Change Length."{ goto hair_0 }"Change Color."{ goto hairColor_0 }"This looks good!"{ goto avatar_0 } label hairColor_0 @CHARACTER1 starts idle_loop NARRATOR What hair color would you like? choice "Black Dark" { @CHARACTER1 changes hairColor into Black Dark goto hairColor_0 }"Black Jet" { @CHARACTER1 changes hairColor into Black Jet goto hairColor_0 }"Deep Brown" { @CHARACTER1 changes hairColor into Deep Brown goto hairColor_0 }"Dark Brown" { @CHARACTER1 changes hairColor into Dark Brown goto hairColor_0 }"Chestnut Brown" { @CHARACTER1 changes hairColor into Chestnut Brown goto hairColor_0 }"Medium Warm Brown" { @CHARACTER1 changes hairColor into Medium Warm Brown goto hairColor_0 }"Light Brown" { @CHARACTER1 changes hairColor into Light Brown goto hairColor_0 }"Next Page >>"{ goto hairColor_1 }"Change Style."{ goto hair_0 }"Looks good!"{ goto avatar_0 } label hairColor_1 @CHARACTER1 starts idle_loop NARRATOR What hair color would you like? choice "Yellow" { @CHARACTER1 changes hairColor into Yellow goto hairColor_1 }"Honey Blonde" { @CHARACTER1 changes hairColor into Honey Blonde goto hairColor_1 }"Blonde Medium" { @CHARACTER1 changes hairColor into Blonde Medium goto hairColor_1 }"Dirty Blonde" { @CHARACTER1 changes hairColor into Dirty Blonde goto hairColor_1 }"Ash Blonde" { @CHARACTER1 changes hairColor into Ash Blonde goto hairColor_1 }"Platinum Blonde" { @CHARACTER1 changes hairColor into Platinum Blonde goto hairColor_1 }"Warm White" { @CHARACTER1 changes hairColor into Warm White goto hairColor_1 }"Aqua Gray" { @CHARACTER1 changes hairColor into Aqua Gray goto hairColor_1 }"Cool Gray" { @CHARACTER1 changes hairColor into Cool Gray goto hairColor_1 }"Gray" { @CHARACTER1 changes hairColor into Gray goto hairColor_1 }"Next Page >>"{ goto hairColor_2 }"<< Previous Page"{ goto hairColor_0 }"Change Style."{ goto hair_0 }"Looks good!"{ goto avatar_0 } label hairColor_2 @CHARACTER1 starts idle_loop NARRATOR What hair color would you like? choice "Burgundy Red" { @CHARACTER1 changes hairColor into Burgundy Red goto hairColor_2 }"Copper Red" { @CHARACTER1 changes hairColor into Copper Red goto hairColor_2 }"Red" { @CHARACTER1 changes hairColor into Red goto hairColor_2 }"Ginger Red" { @CHARACTER1 changes hairColor into Ginger Red goto hairColor_2 }"Strawberry Blonde" { @CHARACTER1 changes hairColor into Strawberry Blonde goto hairColor_2 }"Orange" { @CHARACTER1 changes hairColor into Orange goto hairColor_2 }"Peach Blonde" { @CHARACTER1 changes hairColor into Peach Blonde goto hairColor_2 }"Next Page >>"{ goto hairColor_3 }"<< Previous Page"{ goto hairColor_1 }"Change Style."{ goto hair_0 }"Looks good!"{ goto avatar_0 } label hairColor_3 @CHARACTER1 starts idle_loop NARRATOR What hair color would you like? choice "Grievance Green" { @CHARACTER1 changes hairColor into Grievance Green goto hairColor_3 }"Aqua Green" { @CHARACTER1 changes hairColor into Aqua Green goto hairColor_3 }"Green Mint" { @CHARACTER1 changes hairColor into Green Mint goto hairColor_3 }"Yellow Green" { @CHARACTER1 changes hairColor into Yellow Green goto hairColor_3 }"Blue Black" { @CHARACTER1 changes hairColor into Blue Black goto hairColor_3 }"Blue" { @CHARACTER1 changes hairColor into Blue goto hairColor_3 }"Aqua Blue" { @CHARACTER1 changes hairColor into Aqua Blue goto hairColor_3 }"Cornflower Blue" { @CHARACTER1 changes hairColor into Cornflower Blue goto hairColor_3 }"Next Page >>"{ goto hairColor_4 }"<< Previous Page"{ goto hairColor_2 }"Change Style."{ goto hair_0 }"Looks good!"{ goto avatar_0 } label hairColor_4 @CHARACTER1 starts idle_loop NARRATOR What hair color would you like? choice "Plum " { @CHARACTER1 changes hairColor into Plum goto hairColor_4 }"Purple " { @CHARACTER1 changes hairColor into Purple goto hairColor_4 }"Red Purple " { @CHARACTER1 changes hairColor into Red Purple goto hairColor_4 }"Purple Lilac" { @CHARACTER1 changes hairColor into Purple Lilac goto hairColor_4 }"Pop Pink " { @CHARACTER1 changes hairColor into Pop Pink goto hairColor_4 }"Hot Pink " { @CHARACTER1 changes hairColor into Hot Pink goto hairColor_4 }"Pink Light" { @CHARACTER1 changes hairColor into Pink Lt goto hairColor_4 }"<< Previous Page"{ goto hairColor_3 }"Change Style."{ goto hair_0 }"Looks good!"{ goto avatar_0 } label nose_0 @zoom on 155 310 to 165% in 0 #@zoom on 465 310 to 165% in 0 #@zoom on 785 310 to 165% in 0 @CHARACTER1 starts idle_loop NARRATOR What nose would you like? choice "Defined Natural" { @CHARACTER1 changes nose into Defined Natural goto nose_0 }"Grecian Soft" { @CHARACTER1 changes nose into Grecian Soft goto nose_0 }"Round Broad" { @CHARACTER1 changes nose into Round Broad goto nose_0 }"Round Button" { @CHARACTER1 changes nose into Round Button goto nose_0 }"Round Button Upturned" { @CHARACTER1 changes nose into Round Button Upturned goto nose_0 }"Round Downturned" { @CHARACTER1 changes nose into Round Downturned goto nose_0 }"Round Flared Upturned " { @CHARACTER1 changes nose into Round Flared Upturned goto nose_0 }"Looks good!"{ goto avatar_0 } label avatar_end @zoom reset NARRATOR Are you sure this is the look for you? choice "Yes, I look perfect!"{ #@remove FAMILYMEMBER1 &CHARACTER1 exits right @transition fade out 2 goto story_start } "No, I have to change something."{ goto avatar_0 } #} label story_start NARRATOR This is where the story begins. Happy writing! ]

COMMENTS

$type=three$cate=none$h=130$meta=0$rm=0$snip=0$title=hide$pages=show$count=50$show=/bedrooms

$type=two$count=50$cate=none$h=190$rm=0$snip=0$title=hide$viewall=hide$show=/stories-under-10k

$type=two$count=50$cate=none$h=190$rm=0$snip=0$title=hide$viewall=hide$show=/stories-under-5k

$type=three$cate=none$h=123$meta=0$rm=0$snip=0$title=hide$pages=show$count=50$show=/playthroughs

$type=three$cate=none$h=130$meta=0$rm=0$snip=0$title=hide$pages=show$count=50$show=/overlays

$type=blogging$cate=0$count=50$height=150$author=hide$show=/extra

$type=three$cate=none$$rm=0$snip=0$title=hide$viewall=hide$meta=hide$show=/fan-art

$type=blogging$cate=0$count=50$height=150$author=hide$show=/author-interviews

$type=blogging$cate=0$count=50$height=150$author=hide$show=/story-reviews

$type=blogging$cate=0$count=50$height=150$author=hide$show=/news

$type=blogging$cate=0$count=50$height=150$author=hide$show=/script-templates$pages=show

$type=two$cate=none$h=190$rm=0$snip=0$title=hide$viewall=hide$meta=hide$show=/tips-and-tricks

$type=two$count=50$cate=none$h=190$rm=0$snip=0$title=hide$viewall=hide$meta=hide$show=/tutorials

$type=three$cate=none$h=130$meta=0$rm=0$snip=0$title=hide$pages=show$count=50$show=/backgrounds

Name

Alison Renee Stone,1,Alley,15,Animals,9,Announcements,8,Arcade,5,Author Interviews,6,Autumn,12,Background Factory,84,Backgrounds,891,Balcony,9,Ballroom,9,Bar,15,Basement,3,Bathroom,29,Beach,21,Bedroom,131,Black Jack,2,Body Effects,4,Bridge,6,Building,26,Cafe,2,Car,41,Carnival,12,Castle,8,Charlotte Palmer Evans,15,Chase Jacobs,1,Christmas,8,Cinema,2,City,16,Classroom,14,Closet,3,Club,15,Coffee Shop,8,Competition,7,Cora Harris,2,Cora Jones,162,Courtroom,2,Creator's Contest Winners,1,Creatures,4,Cyberpunk,187,Day,667,Decor,4,Diner,7,Dmaland,1,Docks,2,Dungeon,4,Dusk,3,Dx.edts,9,Dystopian,37,Ember Edwards,3,Entrance,6,Epy Elegance,7,Epyy Emma,3,Exterior,317,Extra,1,Fall,2,Fan Art,8,Fantasy,66,Feature Friday,4,Fence,1,Fireworks,1,Flowers,1,Food,6,Forest,15,Foyer,1,Freckles,12,Funeral,2,Funicidal,44,Furniture,7,Gallery,9,Garden,7,Guides,1,Gym,12,Halloween,2,Hallway,23,Horror,10,Hospital,29,Hotel,6,House,73,Ink,15,Instruments,2,Interior,574,J Miley,104,Jail,6,Jordan,93,Joseph Evans,50,Josie J,8,Juvie,1,Katrine,13,Kitchen,32,Lara,3,Lara-Jane Johnston,28,Laundry,4,Lauren K,1,Leilak,3,Leon Lionfang,1,Lexielle,4,Library,8,Limbs,68,Limelight,20,Living Room,75,London,9,Margo Vincent,2,Medieval,11,Music,1,Mystery,6,News,35,Night,221,Objects,13,Office,47,Over Shoulder,6,Overlays,395,Party,6,Phoenix Faraday,2,Phones,49,Picnic,1,Plane,12,Playthroughs,14,Police,9,Pool,6,Pretty Little Liars,2,Prison,8,Profiles,1,Radhika,6,Rain Riverton,5,Reception,2,Restaurant,15,Road,6,Ruins,1,School,52,Sci Fi,28,Script Templates,24,Security,3,Shara,26,Shop,36,Sid,4,Sky Summerstone,3,Slider,51,Soulbound,3,Special Fx,8,Sports,7,Sri.episode,11,Starx bgs,16,Stephanie Vb,14,Store,2,Stories Under 10k Reads,10,Stories Under 5k Reads,14,Story Reviews,7,Street,51,Subway,6,Summer,10,Sylvia Eve,2,Tamara,2,Tara Explains,1,Tea of the Week,1,The Ember Effect,3,The Phoenix Prophecy,2,The Secret of Rain,5,Therese,47,Thorne Art Studio,12,Tiffany Quinn,2,Tips and Tricks,9,Toilet,1,Townhouse,5,Tutorials,35,Underwater,10,Valentines,3,Veronica,3,Victorian,5,Warning Messages,2,Xaeni,73,Yoga,3,Yulya,13,Ziyaxrain,1,
ltr
item
Episode Life: Limelight Female Customize Character Script Template
Limelight Female Customize Character Script Template
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggtxAly3xQj6TPkxCXPbaJTjZ2linSyh_rqbMwqoNSdwHnfQ-ZliHXxuQlF-wTKq3yKCAu7XGuatrBelWEm3iOH-O6XO494DT1qFm8h_veJHjNq50IpSJ4TMYidOC4ZRKdiT-bpzFxeSWX/s1600/customize_character_template_female.jpg
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggtxAly3xQj6TPkxCXPbaJTjZ2linSyh_rqbMwqoNSdwHnfQ-ZliHXxuQlF-wTKq3yKCAu7XGuatrBelWEm3iOH-O6XO494DT1qFm8h_veJHjNq50IpSJ4TMYidOC4ZRKdiT-bpzFxeSWX/s72-c/customize_character_template_female.jpg
Episode Life
https://episodelifeblog.blogspot.com/2017/10/limelight-female-customize-character.html
https://episodelifeblog.blogspot.com/
http://episodelifeblog.blogspot.com/
http://episodelifeblog.blogspot.com/2017/10/limelight-female-customize-character.html
true
1921350208453812889
UTF-8
Loaded All Posts Not found any posts VIEW ALL Read more Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Nothing found Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy