Hi
I want to make a trigger and do some actions depending the text, for example
But %1 can be any of this (for example):
how can i get that %1 be:
i mean, in the first two cases, eliminate the "a " and "an ", and let "Sargent Lewis" as is
otr other way is with two triggers:
One trigger that match:
and works with the first 2 cases, but don't know what to do to match the last two
Something like get the name if not start with A and An
Any help??
Thanks
I want to make a trigger and do some actions depending the text, for example
Match: You see * in this room
But %1 can be any of this (for example):
a rat
an elephant
Sargent Lewis
Maria
how can i get that %1 be:
cat
elephant
Sargent Lewis
i mean, in the first two cases, eliminate the "a " and "an ", and let "Sargent Lewis" as is
otr other way is with two triggers:
One trigger that match:
"^You see (a|an) (.*?) in this room$
and works with the first 2 cases, but don't know what to do to match the last two
Something like get the name if not start with A and An
Any help??
Thanks