Advertisement
Guest User

Untitled

a guest
May 22nd, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. local t = cdb.chars[tar]
  2.  
  3. if not t.affs.stupidty then
  4. if curHound == "Constar_g" then
  5. send ("hound growl " .. tar)
  6. else
  7. send ("Hound switch constar_g")
  8. send ("hound growl " .. tar)
  9. end
  10. elseif t.affs.stupidity then
  11. if curHound == "Constar_g" then
  12. send ("hound contagion " .. tar)
  13. else
  14. send ("hound switch constar_g")
  15. send ("hound contagion " .. tar)
  16. end
  17. end
  18.  
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement