Need help with showing points, it's glitchy

Hello dear Episodians,
I have recently added the points showing option at the end of the chapter in my story and it’s my very first time doing that. I have used Dara Amarie’s guide on it, You have [certain character] points. The problem is for some of the readers it’s showing the character number, not like 1,2,3 or whatever number of points they have. I believe it’s happening when the point is less than 1. I have seen in many stories that they even show negative points. Can someone please guide me how to fix it? Thank you.

1 Like

As far as I’m aware, if you have 0 points you will instead see the character number. I’m not sure if there’s a way to fix it other than doing:

if (CHARACTER = 0) {

You have 0/X points.

} else {

You have [CHARACTER NUMBER]/X points.

}

2 Likes

Thank you. I will try to implement it. :blush:

2 Likes

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