ok thank you
Thereâs no dialogue for JANESSA above that.
Thank you ! But, does there have to be dialogue ?
The CHARACTER (animation) format is only used for dialogue. If you want your character to do an animation without talking, the format is @CHARACTER is animation
thank you !
Thank you !
I used the default character customization and it says that the label âAvatar_0â does not exist and i donât know how to fix that
Thatâs the label at the very start of the customization. You most likely deleted it.
label avatar_0
NARRATOR
What do you look like?
Yeah I went to check and I accidentally deleted it lol
Thanks anyways!
i used your âchoose who to customizeâ template, but itâs say the âgoto_ccâ label isnât working.
That label needs to before the dialogue and you need to remove the word âgotoâ from it.
It work thank you so much <3
What must I write that the overlay comes slow so opacity ⊠But it does not appear? What should I write instead that it comes slow?
and the overlay spot should be in the middle
I wrote this script to customise the female character and it keeps coming up with an error saying that either the skin tone or eyebrows donât exist.
@FAMILYMEMBER1 stands screen center in zone 3
@SARAH 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
@SARAH starts idle_loop
NARRATOR
What skin color would you like?
choice
âFair Warmâ{
@SARAH changes bodyColor into Fair Warm
goto bodyColor_0
}âFair Goldâ{
@SARAH changes bodyColor into Fair Gold
goto bodyColor_0
}âBeige Light Neutralâ{
@SARAH changes bodyColor into Beige Light Neutral
goto bodyColor_0
}âFair Neutralâ{
@SARAH changes bodyColor into Fair Neutral
goto bodyColor_0
}âBeige Light Roseâ{
@SARAH changes bodyColor into Beige Light Rose
goto bodyColor_0
}âFair Roseâ{
@SARAH changes bodyColor into Fair Rose
goto bodyColor_0
}âBeige Light Goldâ{
@SARAH changes bodyColor into Beige Light Gold
goto bodyColor_0
}âBeige Roseâ{
@SARAH changes bodyColor into Beige Rose
goto bodyColor_0
}âBeige Goldâ{
@SARAH changes bodyColor into Beige Gold
goto bodyColor_0
}âTan Neutralâ{
@SARAH changes bodyColor into Tan Neutral
goto bodyColor_0
}âNext Page >>â{
goto bodyColor_1
}âThis looks good!â{
@SARAH starts idle_happy_loop
goto avatar_0
}
label bodyColor_1
@SARAH starts idle_loop
NARRATOR
What skin color would you like?
choice
âBeige Deep Goldâ{
@SARAH changes bodyColor into Beige Deep Gold
goto bodyColor_1
}âBeige Deep Neutralâ{
@SARAH changes bodyColor into Beige DeepNeutral
goto bodyColor_1
}âBeige Neutralâ{
@SARAH changes bodyColor into Beige Neutral
goto bodyColor_1
}âTan Goldâ{
@SARAH changes bodyColor into Tan Gold
goto bodyColor_1
}âBeige Deep Roseâ{
@SARAH changes bodyColor into Beige Deep Rose
goto bodyColor_1
}âTan Roseâ{
@SARAH changes bodyColor into Tan Rose
goto bodyColor_1
}âTan Deep Goldâ{
@SARAH changes bodyColor into Tan Deep Gold
goto bodyColor_1
}âTan Deep Roseâ{
@SARAH changes bodyColor into Tan Deep Rose
goto bodyColor_1
}âTan Deep Neutralâ{
@SARAH changes bodyColor into Tan Deep Neutral
goto bodyColor_1
}âNext Page >>â{
goto bodyColor_2
}"<< Previous Page"{
goto bodyColor_0
}âThis looks good!â{
@SARAH starts idle_happy_loop
goto avatar_0
}
label bodyColor_2
@SARAH starts idle_loop
NARRATOR
What skin color would you like?
choice
âBrown Goldâ{
@SARAH changes bodyColor into Brown Gold
goto bodyColor_2
}âBrown Neutralâ{
@SARAH changes bodyColor into Brown Neutral
goto bodyColor_2
}âBrown Roseâ{
@SARAH changes bodyColor into Brown Rose
goto bodyColor_2
}âBrown Deep Roseâ{
@SARAH changes bodyColor into Brown Deep Rose
goto bodyColor_2
}âBrown Deep Goldâ{
@SARAH changes bodyColor into Brown Deep Gold
goto bodyColor_2
}âBrown Deep Neutralâ{
@SARAH changes bodyColor into Brown Deep Neutral
goto bodyColor_2
}âBeige Green Lightâ{
@SARAH changes bodyColor into Beige Green Light
goto bodyColor_2
}âGreenâ{
@SARAH changes bodyColor into Green
goto bodyColor_2
}âLight Blueâ{
@SARAH changes bodyColor into Light Blue
goto bodyColor_2
}âBlueâ{
@SARAH changes bodyColor into Blue
goto bodyColor_2
}"<< Previous Page"{
goto bodyColor_1
}âThis looks good!â{
@SARAH 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
@SARAH starts idle_loop
NARRATOR
What eyebrow shape would you like?
choice
âArched Naturalâ{
@SARAH changes eyebrows into Arched Natural
goto brows_0
}âArched Thick Styledâ{
@SARAH changes eyebrows into Arched Thick Styled
goto brows_0
}âArched Thinâ{
@SARAH changes eyebrows into Arched Thin
goto brows_0
}âArched Thin Highâ{
@SARAH changes eyebrows into Arched Thin High
goto brows_0
}âRound Mediumâ{
@SARAH changes eyebrows into Round Medium
goto brows_0
}âRound Thickâ{
@SARAH changes eyebrows into Round Thick
goto brows_0
}âRound Thin Highâ{
@SARAH changes eyebrows into Round Thin High
goto brows_0
}âStraight Mediumâ{
@SARAH 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
@SARAH starts idle_loop
NARRATOR
What color should your eyebrows be?
choice
âBlack Darkâ{
@SARAH changes eyebrowsColor into Black Dark
goto browsColor_0
}âBlack Jetâ{
@SARAH changes eyebrowsColor into blackJet
goto browsColor_0
}âDeep Brownâ{
@SARAH changes eyebrowsColor into Deep Brown
goto browsColor_0
}âDark Brownâ{
@SARAH changes eyebrowsColor into Dark Brown
goto browsColor_0
}âChestnut Brownâ{
@SARAH changes eyebrowsColor into Chestnut Brown
goto browsColor_0
}âMedium Warm Brownâ{
@SARAH changes eyebrowsColor into Medium Warm Brown
goto browsColor_0
}âLight Brownâ{
@SARAH changes eyebrowsColor into Light Brown
goto browsColor_0
}âBlonde Mediumâ{
@SARAH changes eyebrowsColor into Blonde Medium
goto browsColor_0
}âDirty Blondeâ{
@SARAH changes eyebrowsColor into Dirty Blonde
goto browsColor_0
}âHoney Blondeâ{
@SARAH changes eyebrowsColor into Honey Blonde
goto browsColor_0
}âPlatinum Blondeâ{
@SARAH 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
@SARAH starts idle_loop
NARRATOR
What color should your eyebrows be?
choice
âStrawberry Blondeâ{
@SARAH changes eyebrowsColor into Strawberry Blonde
goto browsColor_1
}âGrayâ{
@SARAH changes eyebrowsColor into Gray
goto browsColor_1
}âCool Grayâ{
@SARAH changes eyebrowsColor into Cool Gray
goto browsColor_1
}âWarm Whiteâ{
@SARAH changes eyebrowsColor into Warm White
goto browsColor_1
}âCopper Redâ{
@SARAH changes eyebrowsColor into Copper Red
goto browsColor_1
}âGinger Redâ{
@SARAH changes eyebrowsColor into Ginger Red
goto browsColor_1
}âGreen Mintâ{
@SARAH changes eyebrowsColor into Green Mint
goto browsColor_1
}âPink Lightâ{
@SARAH changes eyebrowsColor into Pink Lt
goto browsColor_1
}âPurple Lilacâ{
@SARAH 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
@SARAH starts idle_loop
NARRATOR
What face shape would you like?
choice
âDiamond Longâ{
@SARAH changes face into Diamond Long
goto face_0
}âDiamondâ{
@SARAH changes face into Diamond
goto face_0
}âHeart Definedâ{
@SARAH changes face into Heart Defined
goto face_0
}âHeart Matureâ{
@SARAH changes face into Heart Mature
goto face_0
}âHeart Softâ{
@SARAH changes face into Heart Soft
goto face_0
}âRound Softâ{
@SARAH changes face into Round Soft
goto face_0
}âSquare Matureâ{
@SARAH changes face into Square Mature
goto face_0
}âTriangle Definedâ{
@SARAH 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
@SARAH starts idle_loop
NARRATOR
What eye shape would you like?
choice
âDeepset Downturnedâ {
@SARAH changes eyes into Deepset Downturned
goto eyes_0
}âDeepset Matureâ {
@SARAH changes eyes into Deepset Mature
goto eyes_0
}âDeepset Almondâ {
@SARAH changes eyes into Deepset Almond
goto eyes_0
}âSharp Almondâ {
@SARAH changes eyes into Sharp Almond
goto eyes_0
}âFemale Genericâ {
@SARAH changes eyes into Female Generic
goto eyes_0
}âMonolid Slenderâ {
@SARAH changes eyes into Monolid Slender
goto eyes_0
}âRound Downturned Wideâ {
@SARAH changes eyes into Round Downturned Wide
goto eyes_0
}âRound Mediumâ {
@SARAH 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
@SARAH starts idle_loop
NARRATOR
What color should your eyes be?
choice
âBrown Blackâ {
@SARAH changes eyesColor into Brown Black
goto eyesColor_0
}âBrown Darkâ {
@SARAH changes eyesColor into Brown Dark
goto eyesColor_0
}âBrown Lightâ {
@SARAH changes eyesColor into Brown Light
goto eyesColor_0
}âGrey Coolâ {
@SARAH changes eyesColor into Grey Cool
goto eyesColor_0
}âBlue Deepâ {
@SARAH changes eyesColor into Blue Deep
goto eyesColor_0
}âBlue Aquaâ {
@SARAH changes eyesColor into Blue Aqua
goto eyesColor_0
}âHazelâ {
@SARAH changes eyesColor into Hazel
goto eyesColor_0
}âGreen Emeraldâ {
@SARAH changes eyesColor into Green Emerald
goto eyesColor_0
}âRedâ {
@SARAH changes eyesColor into Red
goto eyesColor_0
}âVioletâ {
@SARAH 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
@SARAH starts idle_loop
NARRATOR
What mouth shape would you like?
choice
âFull Heart Poutyâ {
@SARAH changes mouth into Full Heart Pouty
goto mouth_0
}âMedium Heart Naturalâ {
@SARAH changes mouth into Medium Heart Natural
goto mouth_0
}âMedium Thinâ {
@SARAH changes mouth into Medium Thin
goto mouth_0
}âThin Heartâ {
@SARAH 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â {
@SARAH changes mouthColor into Fair Rose Matte
goto mouthNatural0
}âFair Neutral Matteâ {
@SARAH changes mouthColor into Fair Neutral Matte
goto mouthNatural0
}âBeige Light Gold Matteâ {
@SARAH changes mouthColor into Beige Light Gold Matte
goto mouthNatural0
}âFair Gold Matteâ {
@SARAH changes mouthColor into Fair Gold Matte
goto mouthNatural0
}âBeige Roseâ {
@SARAH changes mouthColor into Beige Rose
goto mouthNatural0
}âBeige Gold Matteâ {
@SARAH changes mouthColor into Beige Gold Matte
goto mouthNatural0
}âBeige Deep Neutralâ {
@SARAH 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â {
@SARAH changes mouthColor into Tan Deep Gold
goto mouthNatural1
}âTan Deep Neutralâ {
@SARAH changes mouthColor into Tan Deep Neutral
goto mouthNatural1
}âBrown Goldâ {
@SARAH changes mouthColor into Brown Gold
goto mouthNatural1
}âBrown Neutralâ {
@SARAH changes mouthColor into Brown Neutral
goto mouthNatural1
}âBrown Deep Roseâ {
@SARAH changes mouthColor into Brown Deep Rose
goto mouthNatural1
}âBrown Deep Goldâ {
@SARAH 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â {
@SARAH changes mouthColor into Pink Peach Light Gloss
goto mouthMakeup0
}âPink Peach Lt Glossâ {
@SARAH changes mouthColor into Pink Peach Lt Gloss
goto mouthMakeup0
}âPink Peach Light Matteâ {
@SARAH changes mouthColor into Pink Peach Light Matte
goto mouthMakeup0
}âPeach Glossâ {
@SARAH changes mouthColor into Peach Gloss
goto mouthMakeup0
}âPeach Matteâ {
@SARAH changes mouthColor into Peach Matte
goto mouthMakeup0
}âPink Beige Glossâ {
@SARAH changes mouthColor into Pink Beige Gloss
goto mouthMakeup0
}âPink Beige Matteâ {
@SARAH changes mouthColor into Pink Beige Matte
goto mouthMakeup0
}âPink Medium Glossâ {
@SARAH changes mouthColor into Pink Medium Gloss
goto mouthMakeup0
}âPink Medium Matteâ {
@SARAH 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â {
@SARAH changes mouthColor into Pink Hot Gloss
goto mouthMakeup1
}âPink Hot Matteâ {
@SARAH changes mouthColor into Pink Hot Matte
goto mouthMakeup1
}âPink Deep Glossâ {
@SARAH changes mouthColor into Pink Deep Gloss
goto mouthMakeup1
}âPink Deep Matteâ {
@SARAH changes mouthColor into Pink Deep Matte
goto mouthMakeup1
}âPurple Pastel Glossâ {
@SARAH changes mouthColor into Purple Pastel Gloss
goto mouthMakeup1
}âPurple Pastel Matteâ {
@SARAH changes mouthColor into Purple Pastel Matte
goto mouthMakeup1
}âPink Warm Glossâ {
@SARAH changes mouthColor into Pink Warm Gloss
goto mouthMakeup1
}âPink Warm Matteâ {
@SARAH 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â{
@SARAH changes mouthColor into Red Gloss
goto mouthMakeupDark0
}âRed Matteâ{
@SARAH changes mouthColor into Red Matte
goto mouthMakeupDark0
}âRose Glossâ{
@SARAH changes mouthColor into Rose Gloss
goto mouthMakeupDark0
}âRose Matteâ{
@SARAH changes mouthColor into Rose Matte
goto mouthMakeupDark0
}âRed Deep Glossâ{
@SARAH changes mouthColor into Red Deep Gloss
goto mouthMakeupDark0
}âRed Deep Matteâ{
@SARAH changes mouthColor into Red Deep Matte
goto mouthMakeupDark0
}âViolet Glossâ{
@SARAH changes mouthColor into Violet Gloss
goto mouthMakeupDark0
}âViolet Matteâ{
@SARAH 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â{
@SARAH changes mouthColor into Mauve Gloss
goto mouthMakeupDark1
}âMauve Matteâ{
@SARAH changes mouthColor into Mauve Matte
goto mouthMakeupDark1
}âPlum Glossâ{
@SARAH changes mouthColor into Plum Gloss
goto mouthMakeupDark1
}âPlum Matteâ{
@SARAH changes mouthColor into Plum Matte
goto mouthMakeupDark1
}âBlack Glossâ{
@SARAH changes mouthColor into Black Gloss
goto mouthMakeupDark1
}âBlack Matteâ{
@SARAH 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
@SARAH 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â {
@SARAH changes hair into Short Curly Fade
@SARAH starts primp_neutral
goto hairShort
}âShort Pixieâ {
@SARAH changes hair into Short Pixie
@SARAH starts primp_neutral
goto hairShort
}âPunk Pixieâ {
@SARAH changes hair into Punk Pixie
@SARAH starts primp_neutral
goto hairShort
}âClassic Bobâ {
@SARAH changes hair into Classic Bob
@SARAH starts primp_neutral
goto hairShort
}âShort Wavy Hair Solidâ {
@SARAH changes hair into Short Wavy Hair Solid
@SARAH starts primp_neutral
goto hairShort
}âCurly Bobâ {
@SARAH changes hair into Curly Bob
@SARAH starts primp_neutral
goto hairShort
}âBlunt Bangs Shortâ {
@SARAH changes hair into Blunt Bangs Short
@SARAH starts primp_neutral
goto hairShort
}âLong Faux Hawk Solidâ {
@SARAH changes hair into Long Faux Hawk Solid
@SARAH 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â{
@SARAH changes hair into Straight Medium
@SARAH starts primp_neutral
goto hairMedium
}âShort Wavy Ombreâ {
@SARAH changes hair into Short Wavy Ombre
@SARAH starts primp_neutral
goto hairMedium
}âHair Flipâ {
@SARAH changes hair into Hair Flip
@SARAH starts primp_neutral
goto hairMedium
}âMedium Curly Solidâ{
@SARAH changes hair into Medium Curly Solid
@SARAH starts primp_neutral
goto hairMedium
}âAfroâ{
@SARAH changes hair into Afro
@SARAH starts primp_neutral
goto hairMedium
}âMedium Braidedâ {
@SARAH changes hair into Medium Braided
@SARAH starts primp_neutral
goto hairMedium
}âMedium Dreadlocksâ {
@SARAH changes hair into Medium Dreadlocks
@SARAH 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â {
@SARAH changes hair into Beach Wave Hair
@SARAH starts primp_neutral
goto hairLong
}âLong Featheredâ {
@SARAH changes hair into Long Feathered
@SARAH starts primp_neutral
goto hairLong
}âLong Straight Loose Solidâ {
@SARAH changes hair into Long Straight Loose Solid
@SARAH starts primp_neutral
goto hairLong
}âLong Straight Loose Bangs Blunt Solidâ {
@SARAH changes hair into Long Straight Loose Bangs Blunt Solid
@SARAH starts primp_neutral
goto hairLong
}âLong Straight Loose Bangs Sideswept Solidâ {
@SARAH changes hair into Long Straight Loose Bangs Sideswept Solid
@SARAH starts primp_neutral
goto hairLong
}âLong Braidedâ {
@SARAH changes hair into Long Braided
@SARAH starts primp_neutral
goto hairLong
}âLong Dreadlocksâ {
@SARAH changes hair into Long Dreadlocks
@SARAH 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â {
@SARAH changes hair into Morning Updo
@SARAH starts primp_neutral
goto hairUp
}âShort High Ponytailâ {
@SARAH changes hair into Short High Ponytail
@SARAH starts primp_neutral
goto hairUp
}âLong High Ponytailâ {
@SARAH changes hair into Long High Ponytail
@SARAH starts primp_neutral
goto hairUp
}âBraided Bunâ {
@SARAH changes hair into Braided Bun
@SARAH starts primp_neutral
goto hairUp
}âChange Length.â{
goto hair_0
}âChange Color.â{
goto hairColor_0
}âThis looks good!â{
goto avatar_0
}
label hairColor_0
@SARAH starts idle_loop
NARRATOR
What hair color would you like?
choice
âBlack Darkâ {
@SARAH changes hairColor into Black Dark
goto hairColor_0
}âBlack Jetâ {
@SARAH changes hairColor into Black Jet
goto hairColor_0
}âDeep Brownâ {
@SARAH changes hairColor into Deep Brown
goto hairColor_0
}âDark Brownâ {
@SARAH changes hairColor into Dark Brown
goto hairColor_0
}âChestnut Brownâ {
@SARAH changes hairColor into Chestnut Brown
goto hairColor_0
}âMedium Warm Brownâ {
@SARAH changes hairColor into Medium Warm Brown
goto hairColor_0
}âLight Brownâ {
@SARAH 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
@SARAH starts idle_loop
NARRATOR
What hair color would you like?
choice
âYellowâ {
@SARAH changes hairColor into Yellow
goto hairColor_1
}âHoney Blondeâ {
@SARAH changes hairColor into Honey Blonde
goto hairColor_1
}âBlonde Mediumâ {
@SARAH changes hairColor into Blonde Medium
goto hairColor_1
}âDirty Blondeâ {
@SARAH changes hairColor into Dirty Blonde
goto hairColor_1
}âAsh Blondeâ {
@SARAH changes hairColor into Ash Blonde
goto hairColor_1
}âPlatinum Blondeâ {
@SARAH changes hairColor into Platinum Blonde
goto hairColor_1
}âWarm Whiteâ {
@SARAH changes hairColor into Warm White
goto hairColor_1
}âAqua Grayâ {
@SARAH changes hairColor into Aqua Gray
goto hairColor_1
}âCool Grayâ {
@SARAH changes hairColor into Cool Gray
goto hairColor_1
}âGrayâ {
@SARAH 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
@SARAH starts idle_loop
NARRATOR
What hair color would you like?
choice
âBurgundy Redâ {
@SARAH changes hairColor into Burgundy Red
goto hairColor_2
}âCopper Redâ {
@SARAH changes hairColor into Copper Red
goto hairColor_2
}âRedâ {
@SARAH changes hairColor into Red
goto hairColor_2
}âGinger Redâ {
@SARAH changes hairColor into Ginger Red
goto hairColor_2
}âStrawberry Blondeâ {
@SARAH changes hairColor into Strawberry Blonde
goto hairColor_2
}âOrangeâ {
@SARAH changes hairColor into Orange
goto hairColor_2
}âPeach Blondeâ {
@SARAH 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
@SARAH starts idle_loop
NARRATOR
What hair color would you like?
choice
âGrievance Greenâ {
@SARAH changes hairColor into Grievance Green
goto hairColor_3
}âAqua Greenâ {
@SARAH changes hairColor into Aqua Green
goto hairColor_3
}âGreen Mintâ {
@SARAH changes hairColor into Green Mint
goto hairColor_3
}âYellow Greenâ {
@SARAH changes hairColor into Yellow Green
goto hairColor_3
}âBlue Blackâ {
@SARAH changes hairColor into Blue Black
goto hairColor_3
}âBlueâ {
@SARAH changes hairColor into Blue
goto hairColor_3
}âAqua Blueâ {
@SARAH changes hairColor into Aqua Blue
goto hairColor_3
}âCornflower Blueâ {
@SARAH 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
@SARAH starts idle_loop
NARRATOR
What hair color would you like?
choice
"Plum " {
@SARAH changes hairColor into Plum
goto hairColor_4
}"Purple " {
@SARAH changes hairColor into Purple
goto hairColor_4
}"Red Purple " {
@SARAH changes hairColor into Red Purple
goto hairColor_4
}âPurple Lilacâ {
@SARAH changes hairColor into Purple Lilac
goto hairColor_4
}âPop Pink " {
@SARAH changes hairColor into Pop Pink
goto hairColor_4
}âHot Pink " {
@SARAH changes hairColor into Hot Pink
goto hairColor_4
}âPink Lightâ {
@SARAH 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
@SARAH starts idle_loop
NARRATOR
What nose would you like?
choice
âDefined Naturalâ {
@SARAH changes nose into Defined Natural
goto nose_0
}âGrecian Softâ {
@SARAH changes nose into Grecian Soft
goto nose_0
}âRound Broadâ {
@SARAH changes nose into Round Broad
goto nose_0
}âRound Buttonâ {
@SARAH changes nose into Round Button
goto nose_0
}âRound Button Upturnedâ {
@SARAH changes nose into Round Button Upturned
goto nose_0
}âRound Downturnedâ {
@SARAH changes nose into Round Downturned
goto nose_0
}"Round Flared Upturned " {
@SARAH 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
&SARAH exits right
@transition fade out 2
goto story_start
} âNo, I have to change something.â{
goto avatar_0
}
#}
label story_start
I need helpâŠ
Iâm new and trying my first story, Can you help me with the following mistake:
choice
âWear this!â {
@INKFEMALEAVATAR changes into Flirty Look
####REPLACE THIS WITH ONE OF YOUR OUTFITS####
gain Flirty Look
#This will let you check if they made this choice later.
goto afterdg1
} âIâll try something else.â {
@INKFEMALEAVATAR unpreviews outfit Flirty Look
####REPLACE THIS WITH ONE OF YOUR OUTFITS####
goto dressinggame_1
It It says âThere is a { in Line XX that doesnât have a matching }â
THANK YOU
You need to fix your gain names.