Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. function jabThem(what)
  2.  
  3. if (rebounding == 1 or shielded == 1) and gmcp.Char.Vitals.charstats[4] == "Voice: No" then
  4. send("queue addclear eqbal raze " .. target)
  5. else
  6.  
  7. send("clearalias myJab|setalias myJab wipe rapier/envenom rapier with " .. what .. "/jab " .. target .. "|myJab")
  8.  
  9. end
  10. end
  11.  
  12. function nextSong()
  13.  
  14. if (rebounding == 1 or shielded == 1) and gmcp.Char.Vitals.charstats[4] == "Voice: Yes" then
  15. send("queue addclear class sing cantata at "..target)
  16.  
  17. elseif affstrack.score.impatience < 100 then
  18. send("clearalias mySing|setalias mySing sing limerick at " .. target .. "|mySing")
  19.  
  20. elseif affstrack.score.stupidity < 75 then
  21. send("clearalias mySing|setalias mySing sing passion at " .. target .. "|mySing")
  22.  
  23. elseif affstrack.score.anorexia < 75 then
  24. send("clearalias mySing|setalias mySing sing qasida at " .. target .. "|mySing")
  25.  
  26. elseif affstrack.score.confusion < 75 then
  27. send("clearalias mySing|setalias mySing recite haiku at " .. target .. "|mySing")
  28.  
  29. elseif affstrack.score.paranoia < 100 then
  30. send("clearalias mySing|setalias mySing sing requiem at " .. target .. "|mySing")
  31.  
  32. end
  33. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement