Advertisement
hhaos

claw envenomer 0.1

May 27th, 2012
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. ^You rub some (\w+) on your wickedly sharp claws.$ perl regex
  2. ^Lunging forward with long, flashing claws extended, you tear into the flesh of (\w+)'s (.+)\.$' pearl regex
  3. isPrompt() lua function
  4.  
  5. mutliline/AND Trigger delta 5
  6.  
  7.  
  8.  
  9.  
  10. --------------------------------------------------------------------
  11. lastVenom = matches[2]
  12. if lastVenom=='curare' then sendAll("wipe claws","envenom claws with xentio")
  13. elseif lastVenom=='xentio' then sendAll("wipe claws","envenom claws with aconite")
  14. elseif lastVenom=='aconite' then sendAll("wipe claws","envenom claws with larkspur")
  15. elseif lastVenom=='larkspur' then sendAll("wipe claws","envenom claws with curare")
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement