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?

I see what you’re trying to say and I think the best coding that can fit with that will be below but if you have any more questions or concerns check out this link here to Dara Amarie’s coding guide:
if (CHARACTER = 0) {
CODING HERE
} elif (CHARACTER = 1) {
CODING HERE
} elif (CHARACTER = 2) {
CODING HERE
}
and so on…

1 Like