Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ^You rub some (\w+) on your wickedly sharp claws.$ perl regex
- ^Lunging forward with long, flashing claws extended, you tear into the flesh of (\w+)'s (.+)\.$' pearl regex
- isPrompt() lua function
- mutliline/AND Trigger delta 5
- --------------------------------------------------------------------
- lastVenom = matches[2]
- if lastVenom=='curare' then sendAll("wipe claws","envenom claws with xentio")
- elseif lastVenom=='xentio' then sendAll("wipe claws","envenom claws with aconite")
- elseif lastVenom=='aconite' then sendAll("wipe claws","envenom claws with larkspur")
- elseif lastVenom=='larkspur' then sendAll("wipe claws","envenom claws with curare")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement