Dara Amarie's Official Help Thread! [closed]

How do you use filters?

1 Like

how would you write them in script?

You just click on them and it write it out for you in your script.

1 Like

ok thx!

Do u have a choice template? (2 choices)

CHARACTER
Dialogue.

choice
"Option 1" {

[script for option 1 here]

} "Option 2" {

[script for option 2 here]

}
2 Likes

Thx! Do u have one for 3 choices?

CHARACTER
Dialogue.

choice
"Option 1" {

[script for option 1 here]

} "Option 2" {

[script for option 2 here]

} "Option 3" {

[script for option 3 here]

}

You can keep adding as many choices as you want by adding this:

} "Option Name {

}
2 Likes

Thank you!

Ok so random easy question! Is there a way to show a character’s dialogue without them being on screen? I know I can bring him on and just pan to a different zone but I was curious if there was another way. Thank you!

You can either use the NARRATOR box with their name:

   NARRATOR (CHARACTER)
Dialogue.

Or you can place your character offscreen, or use @CHARACTER spot 0 0 0

1 Like

If you only have two gains do you just use if and else not elif?

Yep!

Sweet! Honestly your amazing! I probably sound like fan girl but honestly you’re an inspiration and I followed your insta. I bet in person you’re just as sweet!!! (Hope I don’t sound like a loser or mushy gushy)

1 Like

Lol thanks so much! :heart: And pshh noo you don’t sound anything like a loser :wink:

Hey, how do you make a voice call from offstage?

What do you mean by voice call and offstage?

Well I mean have a character speak when they aren’t onstage. But I think I worked it out

.

1 Like