Ok searched the forum tried all the info i could find but still i'm running short i get the trigger to capture the first line but none of the rest this is the trigger and the script
the line to match from: Someone tells you, "something"
this can also be said in diffren languages and it would be like this: Someone tells you in undercommon, "something"
</trigger>
<trigger
enabled="y"
lines_to_match="10"
match="^(.+) (say|says|tell|tells|ask|asks) (.*), "(.+)"\Z"
multi_line="y"
omit_from_output="n"
regexp="y"
script="dotell"
sequence="2"
other_text_colour="black"
other_back_colour="black"
>
</trigger>
sub DoTell (name, output, argv)
world.AppendToNotepad "Tells", FormatDateTime (Now, vbShortTime) & ": " & ""& argv(1) &" "& argv(2) &" "& argv(3) &": "& argv(4) &"" + vbcrlf
End sub
thanks for any replies
/Giz
the line to match from: Someone tells you, "something"
this can also be said in diffren languages and it would be like this: Someone tells you in undercommon, "something"
</trigger>
<trigger
enabled="y"
lines_to_match="10"
match="^(.+) (say|says|tell|tells|ask|asks) (.*), "(.+)"\Z"
multi_line="y"
omit_from_output="n"
regexp="y"
script="dotell"
sequence="2"
other_text_colour="black"
other_back_colour="black"
>
</trigger>
sub DoTell (name, output, argv)
world.AppendToNotepad "Tells", FormatDateTime (Now, vbShortTime) & ": " & ""& argv(1) &" "& argv(2) &" "& argv(3) &": "& argv(4) &"" + vbcrlf
End sub
thanks for any replies
/Giz