|
kimjii Newbie
Joined: 08 Dec 2003 Posts: 2
|
Posted: Mon Dec 08, 2003 10:40 pm
Capturing multiple lines of text |
I was wondering if it's possible to capture and send multiple lines of text and send it to another player I figured it's possible but don't know the exact expressions to do so. also I am using an older version of zmud since it's more portable, (ver 5.5.5)
sample:
You chant the words, 'mu xogmxogyx.'
A Widened Cavern.
[Exits: north east south west]
--end of sample--
first line is static so I figure I could trigger off of that line,
problems being, 2nd line isn't always the same, and 3rd line may not have all exits.
thanks for any help in advance. |
|
|
|
Toetag Magician
Joined: 10 Oct 2000 Posts: 356 Location: USA
|
|
|
|
Danlo Magician
Joined: 28 Nov 2003 Posts: 313 Location: Australia
|
Posted: Tue Dec 09, 2003 2:14 am |
try this as your trigger pattern:
You chant the words, 'mu xogmxogyx.'$(*)$(*)$
That will set the second line as %1, and the third line as %2. |
|
|
|
kimjii Newbie
Joined: 08 Dec 2003 Posts: 2
|
Posted: Wed Dec 10, 2003 12:53 am |
thanks a lot! worked like a charm!
|
|
|
|
|
|