label dressing_game
NAME
(What should I wear for the ball?)
choice
“Light pink dress”{
@NAME walks to upscreen left in zone 3
@NAME changes into Ball dress 1
#Change the word Ball dress 1 to whatever your first outfit’s filename is - e.g. RACHEL_smart_casual
}
“Dark blue dress”{
@NAME walks to upscreen left in zone 3
@NAME changes into Ball Dress 2
#Change the word Ball dress 1 to whatever your first outfit’s filename is - e.g. RACHEL_winter_clothes
}
“Other pink dress”{
@NAME walks to upscreen left in zone 3
@NAME changes into Ball dress 3
#Change the word Ball dress 3 to whatever your first outfit’s filename is - e.g. RACHEL_workout_gear
}
@NAME walks to screen center in zone 2
@pause for a beat
NAME (think)
(Shall I wear this or try something else?)
choice
“Wear this outfit.”{
NAME (head_bob)
(This is the one!)
}
“Try something else.”{
goto dressing_game
}
label makeup
NAME
...
choice
“lipstick”{
goto lipstick
}
“Hair”{
goto hair
}
“I’m done!”{
@NAME is primp_condescend
goto end
}
label lipstick
NAME
What colour?
choice
“Orange crush”{
&NAME is apply_lipstick
@NAME changes mouthColor into Orange Crush
goto lipstick
}
“Cherry Red”{
&NAME is apply_lipstick
@NAME changes mouthColor into Cherry Red
goto lipstick
}
“Ruby Red”{
&NAME is apply_lipstick
@NAME changes mouthColor into Ruby Red
goto lipstick
}
“Bubblegum Pink”{
&NAME is apply_lipstick
@NAME changes mouthColor into Bubblegum Pink
goto lipstick
}
“Dusty Rose”{
&NAME is apply_lipstick
@NAME changes mouthColor into Dusty Rose
goto lipstick
}
“This looks good”{
goto makeup
}
label hair
NARR
…
choice
“Straight”{
&NAME is primp_brush_hair
@NAME changes hair into Straight
goto hair
}
“Fishtail Braid”{
&NAME is primp_brush_hair
@NAME changes hair into Fishtail Braid
goto hair
}
“Beach Wave”{
&NAME is primp_brush_hair
@NAME changes hair into Beach Wave Hair
goto hair
}
“Messy Back Bun”{
&NAME is primp_brush_hair
@NAME changes hair into Messy Back Bun
goto hair
}
“Long Straight Hair”{
&NAME is primp_brush_hair
@NAME changes hair into Long Straight Hair
goto hair
}
“Long feathered”{
&NAME is primp_brush_hair
@NAME changes hair into Long Feathered
goto hair
}
“This looks good”{
goto makeup
}
label end
@pause for a beat
Feel free to copy and paste this but change the @NAME and &NAME and the outfit names