Advertisement
Atalkez

Untitled

Jul 26th, 2021
1,013
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.44 KB | None | 0 0
  1. ^GSP$
  2. --you do your attack here
  3. --we know we're using guilt and paralysis with this alias, so we can set a variable like this
  4.  
  5. smiteCall = target.. " hit with Guilt and Paralysis"
  6.  
  7. --So then now that we set this variable, we can trigger it however we want to, so let's use the chasten line
  8.  
  9. ^You direct a dark bolt of energy through your mace towards (.+)\. The curse of (.+) is brought down on to your victim\.$
  10.  
  11. send("PT " ..smiteCall)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement