Guest User

Untitled

a guest
Jan 19th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. function dstab(ven1, ven2)
  2. --Never made a script before so this makes me confussled
  3. if vens == nil then vens = {} end
  4. if ven2 then
  5. vens[1] = ven1
  6. vens[2] = ven2
  7. sendAll("purge", "wipe dirk", "secrete "..vens[1].." on dirk", "secrete "..vens[2].." on dirk")
  8. end
  9. --Not sure how to make a balance and para check so only thing I could think of is using svo.doadd to do action upon next balance.
  10. svo.doadd("dstab " ..target)
  11. end
  12.  
  13. function ds_ev(vcmbo)
  14. if vcmbo == "ck" or vcmbo == "kc" then
  15. dstab("curare", "kalmia")
  16. -- can make a big table here if I get it to work, just not sure how to start the script with an alias or keybind.
  17. else
  18. send("d"..vcmbo)
  19. end
  20. end
Add Comment
Please, Sign In to add comment