New writer needing help with choices

What am I doing wrong?

I think after the goto choosing outfit you need to add an

}

1 Like

Did it work? Sorry I’m new to helping with coding lol…

1 Like

its coming up with something else now…

No, I meant like

what you did before

but a } below it

I’m trying to help out everyone else but I really don’t know myself…

goto choosing_outfit
}

Can you paste the full like script / choice bit here?

label choosing_outfit

     ARIA (think)
What should I wear ?

choice
“Party” {

@ARIA changes into ARI sexy outfit - Ep 1

    ARIA (think)
Looking smoking !
Is this ok?

} “Blue party outfit” {

@ARIA changes into ARI sexy outfit blue
ARIA
This is fancy!
I like it!

}
“Party outfit” {

@ARIA changes into ARI sexy outfit

    ARIA
I look like a masterpiece!

@pause for a beat

      ARIA (think)
  Should I wear this?

choice
“YES! I want this outfit” {

      ARIA (flirt_shy)
This is perfect!

} “No, I’ll try something else” {

goto choosing_outfit
}

I found a new template and put it so it matches yours.

label dressing_game
ARIA (think)
(What should I wear today?)
choice
“Party”{
@ARIA is dustoff_loop
@ARIA changes into ARIA sexy outfit blue
ARIA
This is fancy!
I like it!
goto dressing_end
}“Party outfit”{
@ARIA is dustoff_loop
@ARIA changes into ARI sexy outfit
ARIA
I look like a masterpiece!
goto dressing_end
}
label dressing_end
ARIA (blow_kiss)
(I look amazing in this! Should I wear it?)
choice
“Um, HECK yes!”{
ARIA (primp)
(I do look stunning, after all.)
}“Nah, I’ll try something else!”{
goto dressing_game
}

1 Like

Moved to Directing Helps and Tips since it involves coding. If you have questions about anything, feel free to PM me and make sure to check out our Forum Tutorial for more info about where to correctly create topics. :wink:

THANK YOU SOOOOO MUCH !!!:grin::grin::grin::blush::blush::blush::blush::blush::blush:

1 Like

I watched a tutorial on youtube from Joseph Evans which kinda helped me and looked and guides.