How do I script more than two love interests in my story?

Hi, I was wondering how I can have more than two love interests in my story using the points system.

Hmm :thinking:

You probably can but I don’t know how as I have never used the point system

try to measure it via the points themselves (>50 instead of JOSH>BRETT)

if (CHAR1 > CHAR2) {
if (CHAR1 > CHAR3) {
if (CHAR1 > CHAR4) {
if (CHAR1 > CHAR5) {

[CHARACTER ONE WINS HERE]

}}}
} elif (CHAR2 > CHAR1) {
if (CHAR2 > CHAR3) {
if (CHAR2 > CHAR4) {
if (CHAR2 > CHAR5) {

[CHARACTER TWO WINS HERE]

}}}
} elif (CHAR3 > CHAR1) {
if (CHAR3 > CHAR2) {
if (CHAR3 > CHAR4) {
if (CHAR3 > CHAR5) {

[CHARACTER THREE WINS HERE]

}}}
} elif (CHAR4 > CHAR1) {
if (CHAR4 > CHAR2) {
if (CHAR4 > CHAR3) {
if (CHAR4 > CHAR5) {

[CHARACTER FOUR WINS HERE]

}}}
} elif (CHAR5 > CHAR1) {
if (CHAR5 > CHAR2) {
if (CHAR5 > CHAR3) {
if (CHAR5 > CHAR4) {

[CHARACTER FIVE WINS HERE]

}}}}

-i don’t know if it works anymore-

1 Like

I think this works, thank you.

Closed: Marked as solved by op @hummash :v: