ASHLEY
(I thought that I'd pick up some outfits on the way to work.)
choice “Cute”{
@ASHLEY changes into ASHLEYWORKCAS1
} "Elegant "{
@ASHLEY changes into ASHLEYWORKCAS2
}
“DANGEROUS” {
@ASHLEY changes into ASHLEYWORKCAS3
goto WORKDANGEROUS
}
“This is perfect” {
goto ClothesEnd
}
label ClothesEnd
label WORKDANGEROUS
@pause for a beat
How do I get it to go back to the choices after they pick one?