|
PHLN Adept
Joined: 30 Dec 2001 Posts: 220 Location: Canada
|
Posted: Tue Oct 29, 2002 11:42 am
Exact trigger... |
Does anyone know how to set up a trigger so that it will only fire if the exact set of lines is show on the screen? On one line only? So T is here, can't have people playing around with it by using say, 'T is here' .. etc .. T is here is on new line, and nothing on that line
|
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Tue Oct 29, 2002 12:52 pm |
You can use ^ to match the beginning of a line and $ to match the ending. Thus, your pattern would be:
^T is here$
Kjata |
|
|
|
PHLN Adept
Joined: 30 Dec 2001 Posts: 220 Location: Canada
|
Posted: Tue Oct 29, 2002 10:14 pm |
Thanks
|
|
|
|
|
|