After a triggered text matches, I want to be send a 'Note' or 'Tell' in the same line as that of the matched text.
is that possible?
is that possible?
This forum is a read-only archive of the Gammon Software forum (2000–2026). No new posts can be made. Search the archive.
Posted by Bonzai on Sun 02 Sep 2007 12:48 AM — 2 posts, 13,416 views.
function AddToLine( sTrig, sLine, wildcards, style)
for _,v in pairs(style) do
ColourTell(RGBColourToName(v.textcolour), RGBColourToName(v.backcolour), v.text)
end
Note( "your text here" )
end