Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. for venom, aff in ipairs(venom_to_aff) do
  2. if gmcp.Char.Status.class == "Sentinel" then
  3. if spear == true then
  4. if spear_venoms[1] == venom then
  5. if not table.contains(enemyAffs, aff) then
  6. table.insert(enemyAffs, aff)
  7. end
  8. end
  9. table.remove(spear_venoms, 1)
  10.  
  11. else..... check same thing on the axe.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement