"Stupid" questions that never get answered? Get The Help Here!

You can’t show the both zones unless you zoom out the background completely which looks weird. You can use pan to zone command to show that your character is laying on the bed.

what if you wanna remember a choice from a previous episode? what do I type?

And in this case it would be

NAME
Hi, my name is [NAME]

Did you used gains or named your choices?

gains

have a look here :slight_smile:

But if you still have problems let me know x

thanks so much! if I use this in one episode, will it remember it in the next episode if I follow these steps?

Yes :slight_smile:

Thank you :relaxed:

1 Like

What’s wrong with my code?

choice
“Yes” {
NAME (idle_bounce_happy_loop)
(Yes)
(This is perfect)

} “No” {
goto lipstickchoice

}“Rose”{
@CHARACTER changes mouthcolor into Rose Gloss

}“Deep Tan”{
@CHARACTER changes mouthcolor into Tan Deep Gold

It says that on the one that says Deep Tan one of my { doesn’t have a matching }

You want reader to choose between two colors?

label lipstickchoice
NARR
Which color would you like?
choice
"Rose"{
@NAME changes mouthColor into Rose Gloss
}“Deep Tan”{
@NAME changes mouthColor into Tan Deep Gold
}

    NARR
Are you sure?

choice
"Yes" {
NAME (idle_bounce_happy_loop)
(Yes)
(This is perfect)
} “No” {
goto lipstickchoice
}

tysm

1 Like

Is it possible to have two sounds of music playing at one time. For example, I want the scream sound and car accident sound at the same time.

how do I change the lip color using choices

I have: } “Deep Tan” {
@YOU changes mouthcolor into Tan Deep Gold

    NAME (think_rubchin)
Do I want to wear this?

choice
“Yes” {
NAME (idle_bounce_happy_loop)
(Yes)
(This is perfect)

} “No” {
goto outfitchoice
}
}

but it says that Tan deep gold is not a color

so what are the colors and how do I find them?

Also, is there a cop car overlay? Or how do I put a cop car into episode?

I don’t think you can but just to be sure @RudeInception :thinking:

There’s no Cop Car overlay you have to find one an upload to your overlays.

Ask for one here :slight_smile:

Ok, I know where the problem is.

Do you have a character named YOU?
I think NAME is changing the lipstick…
It should be

@NAME changes mouthColor into Tan Deep Gold

Also, capitalise C in mouthColor

Hmm… and I can’t see that Tan Deep Gold is a lip color choice :thinking:

You can find the lip colors when you make a new character. Plus capitalized the “C” in mouthColor