Guest User

Untitled

a guest
Oct 8th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. if not sliceCount then
  2.     sliceCount = {}
  3. end
  4.  
  5. if not sliceCount[matches[3]] then
  6.     sliceCount[matches[3]] = 0
  7. end
  8.  
  9. sliceCount[matches[3]] = sliceCount[matches[3]] + tonumber(matches[4])
Add Comment
Please, Sign In to add comment