Dara Amarie's Official Help Thread! [closed]

Hey How do you use gains for choices?

This guide will help you out!

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

Okay… I’m a little confused though… if I have

CHOICE 1
CHOICE 2
CHOICE 3
DONE

And the player chooses #1 how would I get it to be like

CHOICE 2
CHOICE 3
DONE

And so on…

Are you asking how to eliminate choices once theyve been chosen?

Oh well yeah

Here ya go!

Thank you sorry I took so long :smiley::relaxed:

How do you start an episode off with a choice. I want my readers to make a choice and then the choice has a consequence. But there are two different consequences. How can I make the next episode start where the last episode stopped off.

Are you asking how to remember a choice from a previous episode? Or how to start the episode with just a choice?

How to start an episode with the choice they choose from the previous episode still in action

Example:
Choice " Hit him" {

@CHARACTER is slapface_give_angry

} "Don’t hit him " {
@CHARACTER exits right
}


EPISODE ENDS


NEXT EPISODE


The reader either hit him or not in the previous episode
So how do I make sure the reader will continue off from where they ended last episode

This will help you

Hi, So i have this problem that whenever i write this:
@SALLY enters from left to screen left AND DAMON enters from right to screen right
@SALLY is idle_sad AND SALLY faces left AND DAMON is talk_sad_clutch
@SALLY stands screen center AND SALLY faces left AND SALLY is idle_sad
@DAMON stands upscreen left AND DAMON faces left
@DAMON spot 1.280 218 17 in zone 1
@SALLY spot 1.280 63 -41 in zone 1
It does not automatically place characters there.
Why does this happen?

@DAMON spot 1.280 218 17 in zone 1
@SALLY spot 1.280 63 -41 in zone 1

You want them placed at these spots right away?

1 Like

Yes, I do

You have to place them at the very beginning of the scene before anything else then. And if you just want them at those spots without entering, get rid of all those other “enters from left” and “stands screen center” commands.

1 Like

Okay, thank you

And how do you change outfits?

And how do you change outfits?

@CHARACTER changes into Outfit Name

Thanks for the help!