Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 22nd, 2010 | Syntax: None | Size: 0.39 KB | Hits: 80 | Expires: Never
Copy text to clipboard
  1. if n == Code(150) and b == Code(225) then
  2.         // league
  3.         set LeagueConfirmed = true
  4.         call ResetHandicap()
  5.     elseif n == Code(200) and b == Code(125) then
  6.         // beta
  7.         set OpenBeta = true
  8.         call ResetHandicap()
  9.     elseif n == Code(175) and b == Code(150) then
  10.         // tournament
  11.         set Tournament = true
  12.         call ResetHandicap()
  13.     endif