The problem is that you placed the customization into a CHOICE.
do it like this:
choice
“Customize character”{
goto female_custom_1
}
“No”{
goto story
}
put the whole customization under this. and put label story after the customization.
The problem is that you placed the customization into a CHOICE.
do it like this:
choice
“Customize character”{
goto female_custom_1
}
“No”{
goto story
}
put the whole customization under this. and put label story after the customization.