After reading the Multiline Trigger Capture FAQ (http://mushclient.com/forum/?id=7794#37) I've had success capturing the data I need into a LUA table. Now I'm looking for a way to strip that data down and only capture one column of information.
Here is the LUA Table Output
What I want to do is extract the names of the colors and put them into another table (I don't need the other data from the multiline capture).
The output I'm wanting would look like this
Any thoughts on how to parse the data this way?
Here is the LUA Table Output
1 red Dread Guardian 201 Warrior Giant 12 May 2013
2 green Dread Guardian 201 Warrior Vampire 02 Jan 2016
3 blue Eclipse Lord 201 Cleric Human 08 Dec 2015
4 purple Haze Succubus 201 Mage Human 25 Sep 2014 What I want to do is extract the names of the colors and put them into another table (I don't need the other data from the multiline capture).
The output I'm wanting would look like this
red
green
blue
purpleAny thoughts on how to parse the data this way?