I need help or advice

Hi I have a question I´m new on writing in here and I want to know how to do that at the beginning of the story the reader can choose or customize the character, what code I need to use and how?
PLEASE HELP ME I WILL BE GRATEFUL FOR THE HELP

You need to use at leat 700 lines on script… If you want I can copy and paste the script in a message here for you and you just have to change the character to your characters name instead of GIZELLE…

@GIZELLE enters from right to screen center
@GIZELLE faces right
@GIZELLE starts think
@speechbubble reset
label avatar_0
NARRATOR
So, GIZELLE, 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

    NARRATOR
What skin color would you like?

choice
“Beige” {
@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

thank you so much for the help <3

No problem… And if you wish to make it so that family change whilst customising you would go and say… @CHARACTER (the family members) name changes mouthColor into _____ etc… Just ask me if you need any more help…

1 Like

Solved and closed. :smiley: