|
NewZmudder Newbie
Joined: 28 Jun 2003 Posts: 7 Location: United Kingdom
|
Posted: Mon May 31, 2004 4:08 pm
Hopeless |
Can someone please point me in the direction.
Im trying to capture some text and store each
in a variable.
The piece of text reads
Valkyrie is here, armed with a huge club!
I need to grab Valkyrie and put in variable target
and huge club into weapon.
Thanks |
|
|
|
mr_kent Enchanter
Joined: 10 Oct 2000 Posts: 698
|
Posted: Mon May 31, 2004 4:40 pm |
#TRIGGER {^(%w) is here, armed with a (*)!} {#VAR target %1;#VAR weapon {%2}}
This should be entered on the command line then hit enter.
Tested with 7.05 |
|
|
|
|
|