Untitled

From Morose Pheasant, 11 Years ago, written in Lua, viewed 763 times.
URL https://paste.godclan.hu/view/-xCO-VWy Embed
Download Paste or View Raw
  1.                                 if LastWinners[1] == "" then
  2.                                         if LastWinners[2] == "" then
  3.                                                 if LastWinners[3] == "" then
  4.                                                         if LastWinners[4] == "" then
  5.                                                                 if LastWinners[5] == "" then
  6.                                                                         LastWinners[5] = thePlayer
  7.                                                                 else
  8.                                                                         LastWinners[4] = thePlayer
  9.                                                                 end
  10.                                                         else
  11.                                                                 LastWinners[3] = thePlayer
  12.                                                         end
  13.                                                 else
  14.                                                         LastWinners[2] = thePlayer
  15.                                                 end
  16.                                         else
  17.                                                 LastWinners[1] = thePlayer
  18.                                         end
  19.                                 else
  20.                                         LastWinners[5] = LastWinners[4]
  21.                                         LastWinners[4] = LastWinners[3]
  22.                                         LastWinners[3] = LastWinners[2]
  23.                                         LastWinners[2] = LastWinners[1]
  24.                                         LastWinners[1] = thePlayer
  25.                                 end

Reply to "Untitled"

Here you can reply to the paste above