Guest User

Untitled

a guest
Jan 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Alias: ^X\s(\w+)$
  2.  
  3. Script:
  4.  
  5. editVars("script_target", "%1");
  6. editTemp("targetIsDeaf", true);
  7. editTemp("rubs", 0);
  8. editTemp("controltarget", "");
  9. checkLust();
  10. ColourNote("aqua", "", " {* New Target: (","orange", "", "%1","aqua", "", ") *}");
  11. setInfo();
  12.  
  13. SetVariable("script_target_grappled", "false");
  14. SetVariable("script_target_ninshied", "false");
  15. SetVariable("script_newtarget", "true");
  16. if GetVariable("legionTargeting") == '1' then
  17. Send("clan legion tell targeting " .. string.upper("%1"))
  18. end
Add Comment
Please, Sign In to add comment