DARA’S GUIDE: The Points System

Will the points gather over time? Let’s say over the span of at least 15 -20 episodes. What is the maximum integer possible for the points system?

1 Like

nevermind i just saw this was already answered haha thank you

I am having difficulty understanding… How do you get outfit choices to save? I need GIZELLE, LADY ALVIRA and LADY ALGROVE to have their outfits save…

INT. WEDDING DRESS SHOP - DAY
@cut to zone 3

@DOLL 1 changes into Golden Glory
@DOLL 2 changes into Blue Beauty
@DOLL 3 changes into Red Ruler

&DOLL 1 stands screen right and DOLL 1 faces left and DOLL 1 is kiss_blow
&DOLL 2 stands screen center and DOLL 2 faces left and DOLL 2 is strike_a_pose
&DOLL 3 stands screen left and DOLL 3 faces left and DOLL 3 is blush
@cut to zone 2
@GIZELLE enters from left to screen right AND LADY ALGROVE enters from left to screen center and LADY ALVIRA enters from left to screen left
@GIZELLE is admire
@pan to zone 3
@pause for a beat
@pause for a beat
@pause for a beat
@pause for a beat
@pan to zone 2
label princess
NARRATOR
Which outfit for the princess?
choice “Red Ruler” {
@zoom on GIZELLE to 300% in 0
@GIZELLE is dustoff_loop
@GIZELLE changes into Red Ruler
@GIZELLE is dustoff_loop
@zoom reset
} “Golden Glory” {
@zoom on GIZELLE to 300% in 0
@GIZELLE is dustoff_loop
@GIZELLE changes into Golden Glory
@GIZELLE is dustoff_loop
@zoom reset
} “Blue Beauty” {
@zoom on GIZELLE to 300% in 0
@GIZELLE is dustoff_loop
@GIZELLE changes into Blue Beauty
@GIZELLE is dustoff_loop
@zoom reset
}
@LADY ALVIRA is admire and LADY ALGROVE is blush
@GIZELLE is strike_a_pose
NARRATOR
Is this the correct outfit?
choice “Yes” {

} “No” {
GIZELLE (barf)
OH GOD NO!
@GIZELLE is deepbreath
goto princess
}

    GIZELLE (talk_think)
Now what about you ladies?

@LADY ALGROVE is think and LADY ALVIRA is think
LADY ALGROVE (talk_shrug)
We have no preferences…
LADY ALVIRA (talk_handsonhips)
Pick for us Emmalyn!
@pan to zone 3

@DOLL 1 changes into Gold lady uniform
@DOLL 2 changes into Blue lady uniform
@DOLL 3 changes into Red lady uniform
@pause for a beat
@pause for a beat
@pause for a beat
@cut to zone 2
label ALGROVE
LADY ALGROVE (talk_gesture)
I will go first!
choice “Gold lady uniform” {
@zoom on LADY ALGROVE to 300% in 0
@LADY ALGROVE is dustoff_loop
@LADY ALGROVE changes into Gold lady uniform
@LADY ALGROVE is dustoff_loop
@zoom reset
} “Blue lady uniform” {
@zoom on LADY ALGROVE to 300% in 0
@LADY ALGROVE is dustoff_loop
@LADY ALGROVE changes into Blue lady uniform
@LADY ALGROVE is dustoff_loop
@zoom reset
} “Red lady uniform” {
@zoom on LADY ALGROVE to 300% in 0
@LADY ALGROVE is dustoff_loop
@LADY ALGROVE changes into Red lady uniform
@LADY ALGROVE is dustoff_loop
@zoom reset
}
@LADY ALGROVE is curtsey
@LADY ALGROVE is flirt_coy
LADY ALGROVE (talk_handsonhips)
Is this my uniform?
choice “Yes” {

} “No” {
@LADY ALGROVE is dismayed
LADY ALGROVE (talk_afraid)
I can’t be seen like this!!
goto ALGROVE
}
@LADY ALVIRA is cheer_loop
LADY ALVIRA (flirt_shy)
I guess it’s my turn now!

label ALVIRA
LADY ALVIRA (talk_gesture)
What to pick?
choice “Gold lady uniform” {
@zoom on LADY ALVIRA to 300% in 0
@LADY ALVIRA is dustoff_loop
@LADY ALVIRA changes into Gold lady uniform
@LADY ALVIRA is dustoff_loop
@zoom reset
} “Blue lady uniform” {
@zoom on LADY ALVIRA to 300% in 0
@LADY ALVIRA is dustoff_loop
@LADY ALVIRA changes into Blue lady uniform
@LADY ALVIRA is dustoff_loop
@zoom reset
} “Red lady uniform” {
@zoom on LADY ALVIRA to 300% in 0
@LADY ALVIRA is dustoff_loop
@LADY ALVIRA changes into Red lady uniform
@LADY ALVIRA is dustoff_loop
@zoom reset
}
@LADY ALVIRA is curtsey
@LADY ALVIRA is flirt_coy
LADY ALVIRA (talk_handsonhips)
Is this my uniform?
choice “Yes” {

} “No” {
@LADY ALGROVE is dismayed
LADY ALVIRA (talk_afraid)
I can’t be seen like this!!
goto ALVIRA
}
@LADY ALVIRA faces left and LADY ALGROVE faces left and GIZELLE faces left
@LADY ALVIRA exits left and LADY ALGROVE exits left and GIZELLE exits left
@pause for a beat
@transition fade out black

If you want to do it using the point system here is how I’d do it:
I’d make the decision (is this the right outfit?) a nested choice for every outfit. I mean, instead of changing into an outfit and then going to the same next choice, you change into an outfit and get to a specific yes/no question which is only accessible through that outfit. Then you can give the Characters a specific amount of points after ‘yes’ was clicked.
Like:

label dress_start
“Blue dress” {
@CHARACTER changes into blue_dress
CHARACTER
Do I want to keep this?
choice
“Yes!” {
@CHARACTER=1
goto dress_end
} “No” {
goto dress_start
} #this one closes the ‘no’ choice
} #this one closes the ‘blue dress’ choice “Red dress” {
@CHARACTER changes into red_dress
CHARACTER
Do I want to wear this?
choice
“Yes” {
@CHARACTER=2
goto dress_end
} “no”
goto dress_start
} #this one closes the ‘no’ choice
} #this one closes the ‘red dress’ choice

label dress_end

In this example CHARACTER would have 1 point if the blue dress was chosen and 2 points if the red dress was chosen. You can add many more outfits this way and have each one given a different number of points. If you need to have the character wear the chosen outfit you do:

if CHARACTER = 1{
@CHARACTER changes into blue_dress
} elif CHARACTER = 2 {
@CHARACTER changes into red_dress
} else {
@CHARACTER changes into last_clothing_option
}

Something like that :slightly_smiling_face:
I hope that makes sense to you, I’m really bad at explaining stuff in english :sweat_smile:

I’m fine with that… I actually put this in the wrong spot too however… I was trying to figure out how to get the choices to save/ carry over into the next episode… since I did not understand the template given by dara.marie… (Thankyou for your help though) :3

1 Like

Bump :smile:

Can someone help me idk what I’m doing wrong. I want it to be if the “TELL HIM” the gain his trust that could help in the end. Or “LIE” and it effects their friendship.

if “Tell him” {

    MELODY (talk_armraised_sad)
Someones been sending me some weird messages
    MELODY (talk_whisper_unsure)
Then they sent me a dead rat


    TROY (talk_confused_mindblown)
A Dead Rat!


    TROY (talk_explain_neutral)
Look maybe it's just some weird kid crushing on you


    TROY (talk_agree_happy)
I'll keep an ear out for you


    MELODY (talk_sheepish_rubneck)
Thanks Troy that means a lot

@MELODY +1
}
elif
“Lie” {

    MELODY (talk_apathetic)
Oh just walking around


    TROY (talk_unsure)
Umm okay.


    TROY (talk_apathetic)
April told me about the weird stuff happening


    MELODY (talk_complain_angry)
Nothings happening, I'm fine


    TROY (talk_agree_happy)
Okay, I'll keep an ear out for you just in case


    MELODY (talk_sheepish_rubneck)
Sure Troy

@MELODY -1
}

You’re mixing a choice with the if/elif/else code? Are you trying to create a choice or are you trying to remember a past choice?

A choice that would give the reader points. I’m thinking of adding a scene at the end that if she has enough friendship points, or something she can call one of her friends for help.

Remove the if/elif from that choice. The if/elif/else is only used for later on, you don’t mix it with the choice.

Hi,
For my newest story I’m planning to show a personality bar that reflects the personality of a character based on the decisions of the user.
Would it be possible to write a code like this (with the Boy & Girl example):
Boy has 6 points in total while Girl has 3
My code would look like this:
If (BOY - GIRL = 3) {
Then lorem ipsum
}
If (BOY - GIRL = 2) {
Lorem Ipsum
}

And so forth, since I can’t count the amount of points myself…
Thanks for your answer!

What are you trying to do? Are you subtracting the girl points from the boy points? The format you gave an example of will not work.

Thanks for your quick reply.
What I’m trying to do is having personality decisions with two options (e.g. introvert - extrovert). So i’d like to distract introvert from extrovert to see which one is bigger and by what margin which will have an influence on the plot
Is there a way to get this done or only like in the examples above?

Unfortunately, there isn’t a way to subtract character points from other character points.

1 Like

Thank you so much!! I’ve been looking for a template for this in so long!

Do the points carry over episodes?

Yes they do

Alright thanks for replying

What would something like this CHARACTER<1 mean in the if,elif,else method?