This is my WHOLE script for the WHOLE customization part, so could you if by any chance, show my what to do using my script? :
label customize_skin1
NARRATOR
Now, What skin color do you want?
choice
“Tan” {
@CHRISTINA changes bodyColor into Tan
@pause for a beat
@pause for a beat
}
“Caramel” {
@CHRISTINA changes bodyColor into Caramel
@pause for a beat
@pause for a beat
}
“Honey” {
@CHRISTINA changes bodyColor into Honey
@pause for a beat
@pause for a beat
}
NARRATOR
Are you sure?
choice
“Hell Yeah”{
NARRATOR (AUTHOR)
Okay
}
“Fuck No” {
NARRATOR (AUTHOR)
Alright
goto customize_skin1
}
label customize_eyebrows1
NARRATOR
Now what do you want her eyebrows to look like?
choice
“Seductive Arch” {
@CHRISTINA changes eyebrows into Seductive Arch
@pause for a beat
@pause for a beat
}
“Defined Natural” {
@CHRISTINA changes eyebrows into Defined Natural
@pause for a beat
@pause for a beat
}
NARRATOR
Are you sure?
choice
“Hell Yeah”{
NARRATOR (AUTHOR)
Okay
}
“Fuck No” {
NARRATOR (AUTHOR)
Alright
goto customize_eyebrows1
}
label customize_face1
NARRATOR
Now, What do you want her face to look like?
choice
“Oval”{
@CHRISTINA changes face into Oval
@pause for a beat
@pause for a beat
}
“Soft Heart”{
@CHRISTINA changes face into Soft Heart
@pause for a beat
@pause for a beat
}
“Diamond”{
@CHRISTINA changes face into Diamond
@pause for a beat
@pause for a beat
}
NARRATOR
Are you sure?
choice
“Hell Yeah”{
NARRATOR (AUTHOR)
Okay
}
“Fuck No” {
NARRATOR (AUTHOR)
Alright
goto customize_face1
}
label customize_eyes1
NARRATOR
Now, How do you want her eyes to look?
choice
“Upturned Feline”{
@CHRISTINA changes eyes into Upturned Feline
@pause for a beat
@pause for a beat
}
“Upturned Bold” {
@CHRISTINA changes eyes into Upturned Bold
@pause for a beat
@pause for a beat
}
“Round Bold” {
@CHRISTINA changes eyes into Round Bold
@pause for a beat
@pause for a beat
}
NARRATOR
Are you sure?
choice
“Hell Yeah”{
NARRATOR (AUTHOR)
Okay
}
“Fuck No” {
NARRATOR (AUTHOR)
Alright
goto customize_eyes1
}
label customize_eyeColor1
NARRATOR
Now her eye color
choice
“Blue” {
@CHRISTINA changes eyesColor into Blue
@pause for a beat
@pause for a beat
}
“White”{
@CHRISTINA changes eyesColor into White
@pause for a beat
@pause for a beat
}
“Purple”{
@CHRISTINA changes eyesColor into Purple
@pause for a beat
@pause for a beat
}
NARRATOR
Are you sure?
choice
“Hell Yeah”{
NARRATOR (AUTHOR)
Okay
}
“Fuck No” {
NARRATOR (AUTHOR)
Alright
goto customize_eyeColor1
}
label customize_nose1
NARRATOR
Last but not least, her nose
choice
“Upturned”{
@CHRISTINA changes nose into Upturned
@pause for a beat
@pause for a beat
}
“Celestial”{
@CHRISTINA changes nose into Celestial
@pause for a beat
@pause for a beat
}
“Soft Natural”{
@CHRISTINA changes nose into Soft Natural
@pause for a beat
@pause for a beat
}
“Roman”{
@CHRISTINA changes nose into Roman
@pause for a beat
@pause for a beat
}
NARRATOR
Are you sure?
choice
“Hell Yeah”{
NARRATOR (AUTHOR)
Okay
}
“Fuck No” {
NARRATOR (AUTHOR)
Alright
goto customize_nose1
}
@zoom reset
NARRATOR
Are you sure this is how you want Christina to look like?
choice
“Yes, She’s Hot!”{
NARRATOR
Nice
}
“NO, I made a mistake!”{
NARRATOR
Alright
goto customize_skin1
}