Dara Amarie's Official Help Thread! [closed]

Oh wait I DO

1 Like

Ill try it right now

I answered your question already.

I know i’m sorry there was an error and I pressed ok and it resent my question.

How can we make a choice in an episode, then make the characters remember it in other episodes???

HOW TO: Remember Past Choices (if/elif/else)

1 Like

How do you make a color blink. I know you can do
@transition fade out white 6

In order to make it blink do you make it under a second?

Yep, usually something like 0.2 or around there.

1 Like

Thank you!

How do I get a character to talk in all caps without the script thinking I’m talking about a character?

You need to have some kind of ending punctuation at the end, like a period, exclamation point, question mark, etc.

1 Like

thanks :blush:

Hi I have a question. Let’s say you want the character(s) facing away from you and walking forward is that possible and also how can you make them face away from you?

To make them face away from the “camera/screen” you need to make them do a rear animation. Then to make them walk while being rear it looks like this:

@CHARACTER walks to [spot] and CHARACTER faces left/right and CHARACTER does it while [rear animation]

1 Like

Hey, do you know how to fix this error on my story? Thanks!

error

1 Like
3 Likes

@Dara.Amarie

Hey Dara, Overlay question.

I see a lot of stories with posters/ photo frames of episode backgrounds.

Do you have to screen shot a a character from the episode portal then change it to a PNG for an overlay?

Thanks

For gains, if I have 3 different choices and 3 gains like this

choice
“Orange”{
gain orange
}
“Yellow”{
gain yellow
}
“Red”{
gain red
}

if (orange){
stuff
}
elif (yellow){
stuff
}
else{
stuff
}

Would else be red?

You can screen shot from the portal or from your phone when you test your story, then yes convert it to a png for an overlay.

1 Like

Yes, the else would be for the red.