Points are simply that - points. It’s you that will decide what meaning to give them.
For multiple LI it all depends on their script name. Example:
@AB +1
@CD +1
Gains are all another thing! Once the reader gains one, they cannot lose it, and it’s harder to count them at the end, so for love/friendship it’s way better to use points
To show the points at the end there are two ways:
You either write a code with every possible number of points, such as
if (LI = 0) {
NARR
You have 0 points.
} elif (LI = 1) {
NARR
You have 1 point.
} elif (LI = 2) {
NARR
You have 2 points.
}
etc.
Or you use the “trick” explained in this thread
If you have other questions, you can dm me ^^