Point system comparing help

Hi guys!

Just wanted to ask if this code would work.
Lets imagine I have 2 LIs Brandon and Tyler
The player collects points for both of them during the game

Would it work when I say

if (BRANDON > TYLER) {
blablalba
} else {
blablabla
}

Or not?

:slight_smile: Thanks for your answers and sorry if it was already a threat about it I didn’t find it

Yep!

Ah perfect, thank you so much I will add the last line :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.