With this trigger:
([A-Za-z]+) (is( sitting| resting|) here|rides in|walks in)\.$
It's set to attack anyone who is sitting, resting, riding in, walking in, or just standing. How would I modify it to just attack a certain person? What would I have to replace?
The (?:\*\>)? avoids the *> prompt i have at the
start of a line,, so this may be different from
yours. I have changed the initial "* the * has just
arrived" to a regular expression and sent this to a
variable called target.
So everytime someone 'has just arrived'
ie John or Bob it will save John or Bob to
variable named target.