Probably just me but i cant work out how to make a trigger to catch this text:
(A|An) <wildcard1> (male|female) <wildcard2> in from the <wildcard3>.
So then it would match for the following text:
An orange-eyed male human walks in from the west.
That would match:
<wildcard1> = orange-eyed
<wildcard2> = human walks
<wildcard3> = west
Little help please.
Thanx
(A|An) <wildcard1> (male|female) <wildcard2> in from the <wildcard3>.
So then it would match for the following text:
An orange-eyed male human walks in from the west.
That would match:
<wildcard1> = orange-eyed
<wildcard2> = human walks
<wildcard3> = west
Little help please.
Thanx