For the point system, how do I go more based on which points for each character is higher rather than based on the specific amount each character has?

You can also use this kind of code, if that helps:

if (CHARACTER = CHARACTER2) {

} elif (CHARACTER > CHARACTER2) {

} elif (CHARACTER < CHARACTER2) {

}
(etc…)

1 Like