Guest User

Untitled

a guest
Dec 11th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. on *:TEXT:!updatestats:#: {
  2. if (%z == %forx) {
  3. set %z 0, %x = %x + 1
  4. }
  5. var %x = 1, %z = 0, %t = $gettok(%finished,%x,32)
  6. while (%z <= %forx / 4)
  7. $calc($numtok(%picksfor $+ %t,0) / $matchtok(%picksfor $+ %t,$gettok(%thewinners,%z,44),0,44))
  8. %z = %z + 4
  9. echo -ga %stats $+ %t
  10. }
Add Comment
Please, Sign In to add comment