Dara Amarie's Official Help Thread! [closed]

hey Dara,

I was wondering how I can add the smoke effect to my scene without it being there in the beginning of the scene?

Hi Dara, Is it possible to add my own music to episode?

Hey Dara.

Sorry to ask again but I need a bit of help with a choice of mine, that is really weird.

When you normally have a choice with more than to options the choice tends to be in the bottom of the screen even when you finish that option. I have the problem that when I finish one specific option of the choice and returns to the final choice the entire choice ends up in the middle of the screen, making it hard to see the characters.

Please help me, I don’t know what to do cus when I read all the other choices it works like normal but not with that specific option.

No it’s not possible.

You would use the overlay create command:

2 Likes

Move the speechbubble lower on the screen: 💭 HOW TO: Spot direct Speech Bubble

1 Like

Hi, I was working on an outfit choice and I’m running into the bracket issue where the script says I’m missing a bracket. I’ve added a bracket at the end of the code, but it apparently still doesn’t fix the issue. Can you see if you can tell where the issue is? Thank you in advance! Here’s the code:

label dressinggame_1
@speechbubble reset

    YOUNGSTELLA (think)
(I'd like to wear...)

choice (FirstDayHS)
“Simple”{
@YOUNGSTELLA is dustoff_loop
@YOUNGSTELLA previews outfit FirstDay1
@YOUNGSTELLA is admire
@pause for a beat
@YOUNGSTELLA starts idle

    YOUNGSTELLA (idle_happy)
(Looks good!)

choice
“Wear this today.” {
@YOUNGSTELLA changes into FirstDay1

gain FirstDay1
goto afterdg1

} “I’ll try something else.” {
goto dressinggame_1

}}“Comfy”{
@YOUNGSTELLA is dustoff_loop
@YOUNGSTELLA previews outfit FirstDay2
@YOUNGSTELLA is admire
@pause for a beat

    YOUNGSTELLA (idle_happy)
(This is more comfy for today!)

choice
“Wear this!” {
@YOUNGSTELLA changes into FirstDay2

gain FirstDay2
goto afterdg1

}“I’ll try something else”{
goto dressinggame_1

}}“Dressy.” {
@YOUNGSTELLA is dustoff_loop
@YOUNGSTELLA previews outfit FirstDay3
@YOUNGSTELLA is admire
@pause for a beat
@YOUNGSTELLA starts idle

    YOUNGSTELLA (idle_happy)
(Dressy, but impressionable!)

choice
“Wear this!” {
@YOUNGSTELLA changes into FirstDay3

gain FirstDay3
goto afterdg1

} “I’ll try something else.” {
goto dressinggame_1

goto afterdg1
}}

label afterdg1

hello, I have a problem and it won’t go away
It says error on that first line, it’s really annoying.

Remove the part that is bolded:

1 Like

What’s the problem?

it says part%202

(that’s the first line btw

Is there an ending bracket for that choice?

Thank you!!

1 Like

Will the placement of the choice change just because I move the speech bubble?

Yes because the choice buttons appear right under the speechbubble. So if you move the speechbubble higher, then the choice buttons will aslo move up higher.

Wow :hushed: Why didn’t I think of that? :thinking:

Anyway thank you so much for your help Dara :smile:

1 Like

thank you

i think i’ve seen this before: how do you make characters darker in a scene? like when you’re using a night background and the characters look super bright it looks unrealistic, can you make them darker like it’s actually night?

Use the overlay “EFFECT DIM 60”

i think i did something wrong haha
i put @overlay EFFECT DIM 60

overlay