|
nilats Beginner
Joined: 21 Sep 2009 Posts: 17
|
Posted: Fri Aug 03, 2012 1:11 pm
gah what am i doing wrong ? |
I seem to be using the %w and %1 incorrectly..
trigger:
a [%w] enters from the east.
response:
o lion bash %1
tar %1
i have an @target system set up which works fine when i manually type in tar [mob]
but its not working! tried reversing the usage of the %w and %1 but to no luck. |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4691 Location: Pensacola, FL, USA
|
Posted: Fri Aug 03, 2012 3:24 pm |
you need to use the parenthesis to define %1, the square brackets mean something else in pattern matching
your example has %w and %1 in the right place at least |
|
_________________ Discord: Shalimarwildcat |
|
|
|
|
|