Choice help Please!

label mouthColor_0

    ALEXANDRIA (think)
Lets do my make up know!

@zoom on 112 241 to 285% in 3

    choice

“Blush” {
@ALEXANDRIA changes mouthColor into Blush
goto mouthColor_0
}“Champagne” {
@ALEXANDRIA changes mouthColor into Champagne
goto mouthColor_0
}“Rosewood” {
@ALEXANDRIA changes mouthColor into Rosewood
goto mouthColor_0
}“Bubblegum Pink” {
@ALEXANDRIA changes mouthColor into Bubblegum Pink
goto mouthColor_0
}“Rose”{
@ALEXANDRIA changes mouthColor into Rose
goto mouthColor_0
}“Raspberry”{
@ALEXANDRIA changes mouthColor into Raspberry
goto mouthColor_0
}“Cherry Red”{
@ALEXANDRIA changes mouthColor into Cherry Red
goto mouthColor_0
}“Dusty Rose”{
@ALEXANDRIA changes mouthColor into Dusty Rose
goto mouthColor_0
}“Wine” {
@ALEXANDRIA changes mouthColor into Wine
goto mouthColor_0
}“Scarlet” {
@ALEXANDRIA changes mouthColor into Scarlet
goto mouthColor_0
}
This is my scene. When I get done picking lip color what do I need at the end so she well keep it I have nothing to leave this scene!

I want to make A button were it says this well work so you can chose your color then click that button

Add in the bolded part.

Ok then I just make another choice for yes or no right?

No, the bolded part already does that. There is no need to add “No” because when the reader clicks on the lip color it will bring them right back to the lipstick selection where they can click “Well this will work.” If they don’t like it they’ll just select another color.

Oh ok thank you so much I have never added were they can change things like lip color or hair style so its all new and a little lost on all that always just let them just chose outfit but trying to make this story a little better and have more to it!

Just to add on:

label mouthColor_confirm

NARR
Are you sure about this lip color?

choice
“Yes.”{
NARR
Awesome!
}“No.”{
goto mouthColor_0
}

NARR
You look amazing!

1 Like