I am looking for a way to make a command clickable. This is not for a win-window but for the main output.
I have a table that generates EQ Id's. I would like to make the ID clickable so it will put the item into a designated bag. Output is:
Another option would be to use "eqput 1" and this would put the 1st item into a bag. "eqput 2" would do the same for the second item and so on.
Any thoughts?
I have a table that generates EQ Id's. I would like to make the ID clickable so it will put the item into a designated bag. Output is:
+-----------------------------------------------------------------+
| [1] LVL 41 34563454 wrist Golden Bracers of Balboa EQ DOUBLE
| STATS: 0 STR: 0 DEX: 0 CON: 0 LUCK: 0 WIS: 0 INT: 0
| HR : 0 DR : 4
+-----------------------------------------------------------------+
+-----------------------------------------------------------------+
| [2] LVL 41 96343234 legs Leg Ends of Gaardwolf (A Parody) EQ SINGLE
| STATS: 0 STR: 0 DEX: 0 CON: 0 LUCK: 0 WIS: 0 INT: 0
| HR : 0 DR : 5
+-----------------------------------------------------------------+
Another option would be to use "eqput 1" and this would put the 1st item into a bag. "eqput 2" would do the same for the second item and so on.
Any thoughts?