Rude’s Here to Help! Ask your questions babes 💙

Awesome! Thx 4 the quick reply :smile:!

Hey hey!
So I’m trying to cut to a zone from another zone and zoom in right as it cuts over but it’s doing it in the wrong spot. :roll_eyes:
Fix it! lol. :confused: :kissing_closed_eyes:please and thank you!

EVERLY (talk_shrug)
Yeah, sure.

&AMBER is idle_awkward
@pause for 2
@cut to zone 2

@zoom on 161 0 to 292% in 0

@pause for 1.5

@MIKE walks to spot 0.992 258 118 in zone 2
@pause for a beat

&AMBER is idle_awkward
@pause for 2

& cut to zone 2

@zoom on 161 0 to 292% in 0

@pause for 1.5

@MIKE walks to spot 0.992 258 118 in zone 2
@pause for a beat

1 Like

Thanks! I knew you would know what the problem was. :heart_eyes:

You rock.

hi! Me again lmao. So I’m trying to create a overlay and when i save the script it gives no errors, but when im previewing it the overlay isn’t there?

&ELIJAH is listen_phone_eyeroll THEN ELIJAH is text_phone_neutral_loop THEN ELIJAH walks to spot 0.965 149 140 AND ELIJAH faces right AND ELIJAH does it while walk_offset_rear THEN ELIJAH faces left AND ELIJAH is reach_kneel_rear THEN ELIJAH is talk_exhausted

&pause for 2
@overlay RUDE_IN1 create
@overlay RUDE_IN1 shifts to 136 175
@overlay RUDE_IN1 scales to 0.400 0.400
@overlay RUDE_IN1 to layer 2

@epysky,

You’ll need to also add your opacity for the overlay when creating it.

&overlay RUDE_IN1 create
&overlay RUDE_IN1 shifts to 136 175 in zone 1 in 0
&overlay RUDE_IN1 scales to 0.400 0.400 in 0
&overlay RUDE_IN1 opacity 1 in 0
@overlay RUDE_IN1 to layer 2

PG is right. You must always add the opacity when creating overlays that way.
And also… I see my insta name :eyes::eyes::eyes: lolll

lable choosing_outfit

ZAYONA (talk_think)
What one should i pick?

choice
"Blue Boo"{

@ZAYONA walks to screen center in zone 2

@ZAYONA changes into Blue Boo

}

"Yellow Glow"{

@ZAYONA walks to screen center in zone 2

@ZAYONA changes into Yellow Glow

}

"Cherry Bomb"{

@ZAYONA walks to screen center in zone 2

@zayona changes into Cherry Bomb

}

@ZAYONA walks to screen right in zone 3

@ZAYONA spot 1.280 75 -2

@pause for a beat

ZAYONA
(Should I pick this or somthing else?)

choice
"Choose this outfit"{

ZAYONA (talk_shrug)
Eh.This one looks good.

}
“Try somthing else”{

goto choosing_outfit

}strong text

It’s saying "unexpected garbage : The text on this line (The first line at the top) does not follow our formatting " What does It mean and how can I fix It?

you misspelled label

Also, delete the spaces between brackets and choices

oh… :sweat_smile:

Don’t worry happen to all of us :joy::sweat_smile:

Hey I have a question, I don’t know if it was already asked but I’m not gonna look through 900 posts lol :smile: Do you know how I can make a choice last beyond just one episode? I know about about the point system but is there any way to use the ‘GAIN_’ system for that purpose? Thank you!

Of course! You can use gains for remembering choices :slight_smile:

For example:
NARR
Text.
choice
“Option 1” {

gain first_option

}”Option 2”{

gain second_option

}

Note: gain names can’t contain spaces

Later in the episodes:

if (first_option) {

} else {

#second option
}

For more info check this thread:

1 Like

Could somebody please help me with my script? This scene has two characters entering from the right, then walking up the stairs, then exiting right on the top of the stairs. Everything works in the scene except for when one of the characters, Jacob, does not function properly when walking up the stairs (I will bold this particular coding that doesn’t appear to be working.) Instead of walking up the stairs, like the other character, Alexander, Jacob is not working and just doing an idle action. Thanks to anyone that can help!

INT. SUBWAY EXIT - DAY with SUBWAY CEILING at layer 8 with SUBWAY STAIRS at layer 6
@zoom reset
&JACOB spot 0.227 223 400 in zone 2 AND ALEXANDER spot 0.245 250 395 in zone 2
&AERONICA spot 0.524 77 257 AND AERONICA faces left AND AERONICA is head_bob
&STEELE spot 0.515 23 269 AND STEELE is sing_warmup_loop AND STEELE faces right
@JACOB moves to layer 8 AND ALEXANDER moves to layer 7 AND AERONICA moves to layer 3 AND STEELE moves to layer 2
@pause for a beat
&zoom on 320 297 to 230% in 10
@JACOB moves to layer 10 AND ALEXANDER moves to layer 9
&JACOB walks to spot 0.227 223 400 in zone 1 in 7 then JACOB moves to layer 3
@ALEXANDER walks to spot 0.245 250 395 in zone 1 in 6 then ALEXANDER moves to layer 2
&JACOB walks to spot 0.146 274 620 in zone 1 in 18 AND JACOB faces left AND JACOB does it while walk_rear then JACOB walks to spot 0.146 302 620 in 4 AND JACOB faces right
@ALEXANDER walks to spot 0.137 286 622 in zone 1 in 17 AND ALEXANDER faces left AND ALEXANDER does it while walk_rear then ALEXANDER walks to spot 0.137 310 622 in 3 AND ALEXANDER faces right
@pause for a beat

Thank you! This was really helpful. :blush:

hmm… add a pause for a beat in between maybe it will help, I think it’s because you’re using & and JACOB didn’t finish walking from a command before

@ALEXANDER walks to spot 0.245 250 395 in zone 1 in 6 then ALEXANDER moves to layer 2
@pause for a beat
&JACOB walks to spot 0.146 274 620 in zone 1 in 18 AND JACOB faces left AND JACOB does it while walk_rear then JACOB walks to spot 0.146 302 620 in 4 AND JACOB faces right

1 Like

Thanks for helping! I actually figured it out just a minute ago. I just switched around does it while walk_rear and JACOB faces left and it worked. :woman_shrugging:

&JACOB walks to spot 0.146 274 620 in zone 1 in 18 AND JACOB does it while walk_rear AND JACOB faces left then JACOB walks to spot 0.146 302 620 in 4 AND JACOB faces right

1 Like

Ok, I did what you told me to fix but it still isn’t working.

What’s the error now?

Nvm. I got it now. sorry to interrupt