Help using the points system for multiple characters

I am wanting to use the point system in my story but i want to build points on more than one character
so in my script i have written:

choice
“Yeahh sure” {

    MAIN1  +2
Yeah sure, the more the merrier 
I'll get Lucy and Milly to meet us at the coffee shop if you like?
That way we can get our caffeine fix before Milly undoubtedly drags us around every single shop there is
    LILLY
Sounds perfect I'll text Liza now

} “Okay” {

    MAIN1 (talk_neutral)
Okay we will leave in an hour
    LILLY
Cool thanks [FIRSTNAME]

} “Do you have to?” {

    MAIN1 -1 
I'd really rather you didn't
    ALFRED
Take your sister [FIRSTNAME]
    MAIN1
Eughh fine!
We will leave in an hour
    LILLY
Thanks I will let Eliza know

}

what i want it to do is to add the points to the relationship of my main character and her sister Lilly
does this do that or does this just add the points to my main character?

cool thank you :slight_smile:

1 Like

Can you tell me does this have a different outcome to what i wrote originally

choice
“Yeahh sure” {
@speechbubble is 193 292 to 81% with tail_bottom_left
MAIN1
Yeah sure, the more the merrier
I’ll get Lucy and Milly to meet us at the coffee shop if you like?
That way we can get our caffeine fix before Milly undoubtedly drags us around every single shop there is
@speechbubble is 142 275 to 83% with tail_bottom_right
LILLY
Sounds perfect I’ll text Liza now
@LILLY +2
} “Okay” {
@speechbubble is 193 292 to 81% with tail_bottom_left
MAIN1 (talk_neutral)
Okay we will leave in an hour
@speechbubble is 142 275 to 83% with tail_bottom_right
LILLY
Cool thanks [FIRSTNAME]
@LILLY +1
} “Do you have to?” {
@speechbubble is 193 292 to 81% with tail_bottom_left
MAIN1
I’d really rather you didn’t
@speechbubble is 121 294 to 86% with tail_bottom_left
ALFRED
Take your sister [FIRSTNAME]
@speechbubble is 193 292 to 81% with tail_bottom_left
MAIN1
Eughh fine!
We will leave in an hour
@speechbubble is 142 275 to 83% with tail_bottom_right
LILLY
Thanks I will let Eliza know
@LILLY -1
}

awesome thats perfect thank you

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.