Using the points sytems

The point system works by using the character’s name and numbers. All you gotta do is:

(Starting number of points)
@CHAR =1

(Adding/Subtracting points)
@CHAR +1
@CHAR -1

(Using character points)
If (CHAR =1) {

} else {

}

1 Like