Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --This is the first thing we do, I have this as a key binding and an alias because I used to use ^imp$ a lot but noticed I spell it ipm when typing fast a lot so the key binding made my life easier.
- send("queue add bal impale "..target)
- send("queue add eq intimidate "..target)
- --now you want to set a trigger for the impale line, where the impaled person is your target, this would look something like this
- if matches[2]== target
- then send("queue add bal disembowel "..target)
- end
- --for the regex for it select pearl regex from the drop down menu and add
- ^You draw your blade back and plunge it deep into the body of (\w+) impaling him|her to the hilt.$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement