Author Topic: Re-Ranking Players  (Read 1365 times)

kirk5713

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re-Ranking Players
« on: March 02, 2011, 02:41:16 PM »
I currently use the inLeague function to eliminate the points to non-league players, but I would like the ability to give a league player the points position of a non-league player. Basically if a league player finished 3rd behind two non-league players, I would want the league player to get the first place points. Is this possible to add in the code for the points calculation?

Any help would be great,

Kirk

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Re-Ranking Players
« Reply #1 on: March 02, 2011, 02:42:47 PM »
Yes, use the leagueRank variable instead of the rank (or r) variable.

kirk5713

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Re-Ranking Players
« Reply #2 on: March 02, 2011, 04:36:03 PM »
Worked great! Thanks Corey!