Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- first you want to put this in, make sure you remove the --
- --^\(Party\)\: (\w+) says, "Changed target to (\w+)\."$-- for the trigger itself, and select perl regex in the dropbox
- then in the big text box add:
- --if partyleader == matches[2] then
- target = matches[3]
- echo("\nNOW TARGETTING: "..target)
- end
- Send("ST TAR TARGET")--
- and it should work
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement