|
r00t Newbie
Joined: 09 May 2002 Posts: 0
|
Posted: Sun Apr 07, 2002 7:02 pm
Catching Next Line of Input |
I'm sure this has been done before, but I can't find it so I'm hoping someone will help out.
I need to capture the line of text following a trigger. For instance:
You are carrying:
(INeedToCatchTheBlamRightHere)
Any help would be appreciated
Serlin |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sun Apr 07, 2002 10:23 pm |
To capture the next line:
#TR {You are carrying:$(*)$} {#Var CapturedLine {%1})
LightBulb
All scripts untested unless otherwise noted |
|
|
|
r00t Newbie
Joined: 09 May 2002 Posts: 0
|
Posted: Mon Apr 08, 2002 3:26 pm |
Thanks works perfectly
|
|
|
|
|
|