Nexus Reflexes

I need some help with making a reflex for my character.
The text I want to trigger is "You slam into Deichtine, viciously impaling her through the gut on your lance." Though obviously, the name will have to be subject to change.

I want it to send a clan tell stating "I have impaled [target]."

Would anyone be able to assist?

Comments

  • So IRE has a decent set of examples for nexus scripting, with http://nexus.ironrealms.com/WildcardMatching being the more pertinent bit. You'll want an understanding of how regex works for anything beyond the basics, but the samples should be enough to get started. What you'd want to trigger off is something like 'You slam into <person>, viciously impaling <pronoun> through the gut on your lance.', and then have the command be 'clan whatever tell I have impaled @person'.

Sign In or Register to comment.