Point System help-show reader their Points!

Hello,

I’m very new to the point system and could need a little help.
Could someone tell me which code to use when you want to show the reader how many points he/she earned?

Hope it’ll help u

NARRATOR
Do you want to check your points (say for Anna)
If(ANNA=0){
NARRATOR
0 points
}elif(ANNA>1){
NARRATOR
1 point
}elif(ANNA >2){
NARRATOR
Anna =2
}

And so on

1 Like

Each character is assigned a numerical value by episode. You can find this here on their character page.

Then you just enter
NARRATOR
Josephine has [episode assigned value] points.

1 Like
2 Likes

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