Unknown2009-07-09 23:25:19
Ok, I'm trying to highlight the presence of totems in commune rooms. The problem is, the trigger doesn't seem to want to pick up the line. I have:
^Reaching up as high as the eye can see looms the awesome presence of a living totem.
But it just never, ever goes off.
Any suggestions?
^Reaching up as high as the eye can see looms the awesome presence of a living totem.
But it just never, ever goes off.
Any suggestions?
Zallafar2009-07-09 23:29:06
That text doesn't actually appear at the beginning of the output line. So remove the '^' and I expect it will trigger.
Unknown2009-07-09 23:37:16
Yeah, only use ^ to anchor things that appear at the beginning of a line (like diagnose lines), and $ to anchor things that appear at the end of the line.
Unknown2009-07-09 23:41:23
QUOTE (Zallafar @ Jul 10 2009, 12:29 AM) <{POST_SNAPBACK}>
That text doesn't actually appear at the beginning of the output line. So remove the '^' and I expect it will trigger.
Thanks!