|
TerrellKl Novice
Joined: 30 Aug 2005 Posts: 49
|
Posted: Tue Jun 20, 2006 1:40 am
Gotta work my hump |
Okay..
Variable words
contains
5 words {one, two, three, four, five}
how do I make a trigger that the pattern is all of those words?
#trigger {@words} didn't work for me |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Tue Jun 20, 2006 2:37 am |
use curly brackets. #TRIGGER requires a set around the pattern and the code to execute, which means you need a second set to do the stringlist pattern:
#TRIGGER {{@words}} {} |
|
_________________ EDIT: I didn't like my old signature |
|
|
|
|
|