Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. if damageCount == nil then
  2. damageCount = 0
  3. end
  4. if matches[2] == target then
  5. damageCount = damageCount + 1
  6. end
  7. if damageCount == 7 then
  8. damageCount = 0
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement