|
Soagth Beginner
Joined: 10 Oct 2009 Posts: 14
|
Posted: Sun Nov 08, 2009 7:38 am
Need help with a Trigger please |
This is a trigger for character creation on my favorite MUD.
Pattern is : ^[(\d{1,2})] Cmds: help, end, roll, add, rem>
Under that is : #IF (%1 < 54) {roll}
I have type as expression and on bottom right have Regular expression checked.
It wont go off, what am I doing wrong please?!? |
|
|
|
orphean Apprentice
Joined: 21 Oct 2008 Posts: 147 Location: Olympia, WA
|
Posted: Sun Nov 08, 2009 8:23 am |
Expression isn't the trigger type you want. You are trying to match a pattern, so select the Pattern trigger type.
|
|
|
|
Soagth Beginner
Joined: 10 Oct 2009 Posts: 14
|
Posted: Sun Nov 08, 2009 9:26 am |
I have type as Pattern, what about lower right hand corner? What box if any should be checked?
|
|
|
|
orphean Apprentice
Joined: 21 Oct 2008 Posts: 147 Location: Olympia, WA
|
Posted: Sun Nov 08, 2009 9:54 am |
Since you're using a regular expression, I'd check that box.
|
|
|
|
|
|