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

  1. If you want to set a code for it to unlock it:
    label unlock_code

input Enter the 4 digit code. | Enter the 4 digit code. | Activate! (CODE)

if (CODE is “the code you want”) {

    NARRATOR
Correct! You've unlocked the door!

} else {

    NARRATOR
Code incorrect.
Please try again.

goto unlock_code

}
2) If you don’t want anyone to preview it:
label locked

    NARR

This episode is locked for now.

goto locked
And for them to work you have to add them at the start of your episode

im trying to get my char to fall down the royal jail bed in zone 1, but she goes all over the place

&pause for .6 THEN NAOMI walks to spot 0.848 386 229 in .4 and NAOMI does it while surf_crowd_loop and NAOMI faces right THEN NAOMI is idle_fallen
NAOMI
(What the f-)

Thanks :smiley:

Hey I have another question…

I want to write text sound or phone rings not sure how too without an error

Hey everyone! Need overlay help! I want to add the SELFIE one and have texts back and forth… not sure how to start :woman_facepalming:t3:

&

1 Like

I’m trying to make my character stand in front of a car here’s what my script looks like;

@CHASE exits right

@CHASE enters from right to screen center AND CHASE moves to layer 0

@CHASE faces right

@CHARLOTTE starts idle_sit_anklescrossed_neutral_loop AND CHARLOTTE faces right

CHASE (talk_book_open_neutral)
Let’s see if it’ll start…

I was going to change Chase’s spot when I went into the story on my phone but when he does the talk_book_open_neutral animation it moves him to layer 2 when I put him at layer 0 and when I put the car at layer 2. Can I have some help PLEASEEE

Put Chase off screen and have him at layer 0, then spot direct him into the scene when he walks in.

It’d be like &CHASE spot % X Y and CHASE moves to layer 0 and CHASE faces right and CHASE is idle

Thanks!!!

Just quickly also - how do i put the ‘cell’ on the bedside table?

So you want the MC to put a cellphone on the bedside table, right? :thinking:

If yes, you’ll need to use an overlay of a cellphone for that :smiley:

1 Like

I want the MC to hear her text, then sit up and pick it up to read it… I want it to start … I couldnt find the overlay.

or how to add it

You can request for one in art resources :smile:

1 Like

How do you may a character smaller in size?

What’s the difference between the script templates “Avatar - Limgelight Female 1” and the others?
“Avatar - Limelight Female 2” and so on?

Hi, I need help, idk how to make character do actions with a narrator bubble. This is what I have and it only does the actions first then the speechbubble. How do you make the actions happen with the speechbubble?

&DAD is talk_angry and YOUNGELLA is shocked
@pause for 2
&YOUNGELLA is talk_awkward AND DAD is eyeroll
@pause for 2
&YOUNGELLA is idle_terrified and DAD is scream
@pause for 2
&YOUNGELLA is cry_sniff_loop and DAD is talk_angry_accuse

    NARRATOR (ELLA)
    After my biological mother died, my father became a drunk.

You use spot directing:

They’re the same, it’s just that the codes contain different label names so you can have more than one CC character in one chapter.

Which animation do you want to happen while the NARRATOR box is up? All of those?

All of them so if the reader is slower than others, the characters keep acting

Cool, so you’re going to want to use the THEN script command:

&DAD is talk_angry and YOUNGELLA is shocked THEN pause for 2 THEN YOUNGELLA is talk_awkward AND DAD is eyeroll THEN pause for 2 THEN YOUNGELLA is idle_terrified and DAD is scream THEN pause for 2 THEN YOUNGELLA is cry_sniff_loop and DAD is talk_angry_accuse