|
jedi Newbie
Joined: 28 Jul 2003 Posts: 9 Location: Australia
|
Posted: Thu Jul 31, 2003 6:55 am
patterns |
Hi,
is it possible to group patterns that works off the same trigger
example....(A comman red butterfly;an Indigo butterfly;A summerstorm is resting here) (catch butterfly)
catch butterfly is the command can this be done rather than making a trigger for each one? |
|
|
|
zex0s Wanderer
Joined: 29 Jun 2003 Posts: 64
|
Posted: Thu Jul 31, 2003 1:37 pm |
#VA butterflys {Common red butterfly|Indigo butterfly|summerstorm} <- Add more butterflys to this group.
#TR ({A|An} @butterflys is {resting|sleeping|sitting|| here.}) {catch butterfly} |
|
|
|
zex0s Wanderer
Joined: 29 Jun 2003 Posts: 64
|
Posted: Thu Jul 31, 2003 1:41 pm |
actually, that last line is wrong..
#TR ({A|An} @butterflys is {resting|sleeping|sitting|here.) {catch butterfly}
There,
Assign all the names of the butterflys to a stringlist variable (in this example, we'll use @butterfly)
You can trigger using the variable @butterflys, and also works if the @butterfly is "resting here". or sitting here, or sleeping here, or just plain "here" |
|
|
|
|
|