Search found 3 matches

by Rodrick
Fri Jul 29, 2016 7:19 pm
Forum: General Forum
Topic: Help with triggers
Replies: 4
Views: 14504

Re: Help with triggers

Yep... the line actually looks like:

Bob moves to attack nasty giant rat.

so looks like what i have will not work at all.


Also tried using:

Bob moves to attack (\w[\w ]*\w).$

thinking that would catch the spaces, and multiple words.. still no good.. I am regex handicapped. :|
by Rodrick
Fri Jul 29, 2016 6:29 pm
Forum: General Forum
Topic: Help with triggers
Replies: 4
Views: 14504

Re: Help with triggers

This is what i am trying... from what i understand it should be working, but it never fires


^Bob moves to attack (\w+)$ -- perl regex


Send("attack " .. matches[2])



Screen Shot 2016-07-29 at 1.25.14 PM.png
Screen Shot 2016-07-29 at 1.25.14 PM.png (60.92 KiB) Viewed 14498 times
by Rodrick
Wed Jul 27, 2016 8:21 pm
Forum: General Forum
Topic: Help with triggers
Replies: 4
Views: 14504

Help with triggers

Hello all... i've searched the forums for the answer and didnt find anything so forgive me if its out there and i just didnt find it. What i'm trying to do is have an character follow mine around and attack whatever i attack... basically it would look for something like "Rodrick moves to attack...