Guest User

Untitled

a guest
Oct 19th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Script:
  2.  
  3. target = {
  4. rightleg = false,
  5. leftleg = false,
  6. rightarm = false,
  7. leftarm = false,
  8. head = false,
  9. torso = false,
  10. tba = false,
  11. limbtar = false,
  12. limb = false,
  13. name = false
  14. }
  15.  
  16. Alias:
  17. Pattern: ^t\s+(.*)$
  18. target.name = matches[2]:title()
  19. cecho("\n<yellow>\[Target\]\: <red>" .. target.name)
  20.  
  21.  
  22. Macro:
  23. send("behead " .. target.name)
Add Comment
Please, Sign In to add comment