Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ^GSP$
- --you do your attack here
- --we know we're using guilt and paralysis with this alias, so we can set a variable like this
- smiteCall = target.. " hit with Guilt and Paralysis"
- --So then now that we set this variable, we can trigger it however we want to, so let's use the chasten line
- ^You direct a dark bolt of energy through your mace towards (.+)\. The curse of (.+) is brought down on to your victim\.$
- send("PT " ..smiteCall)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement