Hi,
I'm new to this whole scripting and was wondering if there was a way to have varying number of wildcards in the one trigger.
I know i can do this:
Trigger: ^(.*?) says (.*?)$
Input: Greg says hi tony
And i assume wildcards [1] is "Greg" and wirldcards [2] is "hi tony".
Is it at all possible to have each word after the "says" a seperate wildcard, where the number of words can vary?(i hope that came out right :S)
thnx
I'm new to this whole scripting and was wondering if there was a way to have varying number of wildcards in the one trigger.
I know i can do this:
Trigger: ^(.*?) says (.*?)$
Input: Greg says hi tony
And i assume wildcards [1] is "Greg" and wirldcards [2] is "hi tony".
Is it at all possible to have each word after the "says" a seperate wildcard, where the number of words can vary?(i hope that came out right :S)
thnx