Advertisement
hhaos

partytargetting

Nov 19th, 2011
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. first you want to put this in, make sure you remove the --
  2.  
  3. --^\(Party\)\: (\w+) says, "Changed target to (\w+)\."$-- for the trigger itself, and select perl regex in the dropbox
  4.  
  5. then in the big text box add:
  6.  
  7. --if partyleader == matches[2] then
  8. target = matches[3]
  9. echo("\nNOW TARGETTING: "..target)
  10. end
  11. Send("ST TAR TARGET")--
  12.  
  13. and it should work
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement