You could also do this (changed indents to tabs for my own convinience).
Choose your hair length.
*fake_choice
#buzzed
*set hair_length "buzzed"
#short
*set hair_length "short"
#chin length
*set hair_length "chin length"
#shoulder length
*set hair_length "shoulder length"
#long
*set hair_length "long"
Choose your hair color.
*fake_choice
#black
*set hair_color "black"
#brown
*set hair_color "brown"
#blond
*set hair_color "blond"
#ginger
*set hair_color "ginger"
Choose your hair texture.
*fake_choice
#straight
*set hair_texture "straight"
#wavy
*set hair_texture "wavy"
#curly
*set hair_texture "curly"
#kinky
*set hair_texture "kinky"
3 choices, but easier to code.