I was wondering if there is a way to call functions with a specific word in them, like parsing through a table and calling different functions depending on what the keys are.
Also, is there a way to for the GetLinesInBuffer () function to see a line that arrived from the mud, but was omitted? I need this for something like this:
but I don't want the line I am getting info about to be shown on my screen.
Also, is there a way to for the GetLinesInBuffer () function to see a line that arrived from the mud, but was omitted? I need this for something like this:
if (GetLineInfo (GetLinesInBuffer () - 4, 1) == <string>) then
<dosomething>
end --if
but I don't want the line I am getting info about to be shown on my screen.