How to let readers see their points at the end of episodes?

Hiya, I use point systems in my story and I’m wondering how I can show the readers how many points they have at the end of the episode. Does anyone know how to do this?? x

You’ll have to do it manually:


if (MC = 1) {

NARRATOR
You have 1 point.

} elif (MC = 2) {

NARRATOR
You have 2 points.

} …etc

1 Like

I use a lot of point systems so will I have to do this for each point? x

1 Like

Yes unforunately… I wish Episode implemented a mechanic similar to inputs such as “You have [CHARPOINTS] points”, it would make it easier.

3 Likes

Yeah, same. Thank you so much anyways! x

1 Like