Hi !
Is it possible to write wich player is the winner ?
Because with the script, we have scores of all the players, but how to compare them to determinate the winner ?
Thanks !
Jayme Fishman - 2007-12-22 16:54:33 - In reply to message 1 from sebo houille
As you point out: the code will return scores. You need to supply the code that compares those scores. You can do that any number of ways including sorting them in an array. Does that help?