Need directing help as fast as possible plz

AMELIA (think)
(Should i ask for her number?)
choice
“Yes!! Ask for her number” (NUMBER_YES) {
AMELIA (talk_awkward)
So like… Can i get your number incase of changes?
@ELEANOR ROMANTIC +1
@cut to zone 3

@ELEANOR spot 2.680 255 -663 in zone 3 at layer -1 AND ELEANOR faces left

@AMELIA spot 3.420 45 -1044 in zone 3 at layer 1 AND AMELIA faces left AND AMELIA starts idle_rear

     @ELEANOR is blush
     ELEANOR (talk_awkward)
     Ofc
     
     @ELEANOR is film_phone
     @AMELIA is idle_read_phone_neutral

}“No girl, she’s just another patient?” (NUMBER_NO) {
AMELIA (talk_happy_smile)
Well i gotta go back to work

     AMELIA (talk_greet)
     It was nice talking

}

The choices branding doesnt work¨
Its a long time since i made choices last and i cant remember how to do

What is the error?

1 Like

AMELIA (think)
(Should i ask for her number?)

choice (DEMAND_NUMBER)
“Yes!! Ask for her number”{

AMELIA (talk_awkward)
So like… Can i get your number incase of changes?
@ELEANOR ROMANTIC +1
@cut to zone 3

@ELEANOR spot 2.680 255 -663 in zone 3 at layer -1 AND ELEANOR faces left

@AMELIA spot 3.420 45 -1044 in zone 3 at layer 1 AND AMELIA faces left AND AMELIA starts idle_rear

     @ELEANOR is blush
     ELEANOR (talk_awkward)
     Ofc
     
     @ELEANOR is film_phone
     @AMELIA is idle_read_phone_neutral

}“No girl, she’s just another patient?”{

AMELIA (talk_happy_smile)
Well i gotta go back to work

     AMELIA (talk_greet)
     It was nice talking

}
1 Like

Are you trying to remember these choices? If so, you need to use the gain command.

gain NUMBER_YES
gain NUMBER_NO

and they go inside the choices, not next to the choice names.

2 Likes

Oh yes i am
How do i write it then?

Like that. They go inside each choice.

Read this guide to learn more about how to remember choices: DARA’S GUIDE: Remember Choices with if/elif/else

2 Likes

I will do that now :smiley:
Tysm for answering!

1 Like

Tysm for answering!!

1 Like

No problem! I wrote the choice naming method instead haha and to remember it:

if (DEMAND_NUMBER is “Yes!! Ask for her number”) {

#scene for remembering to ask for number goes here

} else{

#scene for remember that you didn’t ask for her number as she’s just a patient goes here

}

But you can also use gains, too :blob_sun:

Tysm!! I dont quite know what gains do so im maybe gonna check it
But first ill read up about it a little
That method u used is the one i tried to first :smile::joy:

1 Like

Okay so hehe
I might have a something new

EXT. BUS STOP EVENING - NIGHT with BUS
@overlay 4504009188442112_BUS shifts to -541 -5 in zone 2
@overlay 4504009188442112_BUS scales to 2.620 2.620 in zone 2
@overlay BUS moves to layer 3
&cut to zone 2
@transition iris in 2
&pause for 2
&AMELIA moves to layer 1
&AMELIA enters from right to screen left AND AMELIA is run_athletic_offset
&overlay PARIS_INBAG moves to layer 2
&AMELIA walks to spot 1.415 -57 -29 in 2
&overlay PARIS_INBAG create
&overlay PARIS_INBAG opacity 1.0

&overlay 4504009188442112_PARIS_INBAG shifts to 190 162 in zone 2
&overlay 4504009188442112_PARIS_INBAG scales to 1.000 1.000 in zone 2
&overlay 4504009188442112_PARIS_INBAG shifts to -32 151 in zone 2 in 2
&overlay 4504009188442112_PARIS_INBAG scales to 1.000 1.000 in zone 2 in 2
&overlay 4504009188442112_PARIS_INBAG shifts to -124 140 in zone 2 in 2
&overlay 4504009188442112_PARIS_INBAG scales to 1.000 1.000 in zone 2 in 2
@overlay PARIS_INBAG moves to layer 5
@AMELIA moves to layer 4
@AMELIA walks to screen center
She walks at the wrong side of the windows even tho its in a higher layer than her and her pet

EXT. BUS STOP EVENING- NIGHT with BUS to 2.620 -541 -5 in zone 2 at layer 3 with PARIS_INBAG to 1 190 162 in zone 2 at layer 2
&overlay PARIS_INBAG opacity 0 in 0.0
&cut to zone 2
@transition iris in 2
&pause for 2
&AMELIA moves to layer 1
&AMELIA enters from right to screen left AND AMELIA is run_athletic_offset
&overlay PARIS_INBAG opacity 1 in 0.0
&AMELIA walks to spot 1.415 -57 -29 in 2
&overlay PARIS_INBAG shifts to -32 151 in zone 2 in 2
&overlay PARIS_INBAG shifts to -124 140 in zone 2 in 2
@AMELIA walks to screen center
@overlay PARIS_INBAG to layer 5
@AMELIA moves to layer 4

Also, as you’re keeping the same size, I removed the overlay PRAIS_INBAG scales to commands

This was the problem as the right command is @overlay BUS to layer 3

I hope this solves your issue

The start works now
Should i sent a video?

That’s good.
One thing I find strange is the 2& on the overlay shift if you want them to happen one after another you need @

&AMELIA walks to spot 1.415 -57 -29 in 2
@overlay PARIS_INBAG shifts to -32 151 in zone 2 in 2
These two will happen together :point_up_2:t5: then this will happen :point_down:t5:
@overlay PARIS_INBAG shifts to -124 140 in zone 2 in 2
Also do you want to keep the Paris Bag off screen? If not
&AMELIA walks to spot 1.415 -57 -29 in 2
@overlay PARIS_INBAG shifts to -32 151 in zone 2 in 2
@pause for 0.01
&overlay PARIS_INBAG shifts to -124 140 in zone 2 in 2
&AMELIA moves to layer 4
&overlay PARIS_INBAG to layer 5
@AMELIA walks to screen center

Maybe this will work

@Epyxcillerie we noticed that you marked this thread as solved. Can you please confirm if your issue has been resolved. Thanks :v:

It is solved yes :slight_smile:

1 Like

Closed: Marked as solved by op @Epyxcillerie :yay: Thanks! :v: