NiteTrip Novice
Joined: 21 May 2002 Posts: 40 Location: Canada
|
Posted: Tue May 21, 2002 8:28 pm
Triggers |
I am somewhat advanced in zmud triggers, however I have not used zmud since 4.62 and this problem somewhat boggles me.
I am writing a script to input eq items into a db. I got all the input except the output is like this:
Modifies the following statistics:
DEX By 3
ARMOR By -5
Then its my prompt when this is all over.
I want to trigger it on "Modifies the following statistics:"
and grab all the text till my prompt, then store that into a database field I call Additional Modifiers.
Any ideas on how to do this?
I do not want to have to trigger it by
DEX By * I just want to grab it all, then put it into my text field in this format:
dex by 3, armor by -5, any other modifyers
Can anyone help ? |
|