|
Oni Beginner
Joined: 28 Aug 2002 Posts: 16
|
Posted: Tue Jan 14, 2003 10:53 am
Trigger help |
Need help with a trigger. Here is the trigger and a capture of lines with echos of what is going in to the vars.
#TRIGGER {~SP~: &SpVr1~/&SpVr2]} {}
SP: 186/186]
186
186
186/186] MON [Gopher]:
186
186] MON [Gopher
The first shows what I would like to be in @SpVr1 and the second shows what goes in as soon as a fight starts. Can anyone help me get this sorted out so the second one does not happen anymore. I plan on using these for a gague so the second will be a little anoying. |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Tue Jan 14, 2003 12:46 pm |
Modify your pattern to:
SP: &%d{SpVr1}/&%d{SpVr2}~]
Kjata |
|
|
|
Oni Beginner
Joined: 28 Aug 2002 Posts: 16
|
Posted: Wed Jan 15, 2003 4:02 am |
Awesome works great.
|
|
|
|
|
|