Clickable Command (Not a min-window)

Posted by Strazor on Mon 13 Oct 2014 03:52 PM — 5 posts, 20,431 views.

USA #0
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:


+-----------------------------------------------------------------+
|  [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?
USA Global Moderator #1
http://www.gammon.com.au/scripts/doc.php?function=Hyperlink
USA #2
Thanks Fiendish. Here is the issue I'm having.

When I print the data from the table I'm using:

Hyperlink ("say this worked", item.objectid, "Put Item in Bag", "blue", "green", 0)


When the script is run the "item.objectid" prints correctly; however, the link is not active when I hover over it with the mouse.

Any thoughts?
Amended on Mon 13 Oct 2014 04:56 PM by Strazor
USA Global Moderator #3
Is this in a trigger that omits from output?
Amended on Mon 13 Oct 2014 07:33 PM by Fiendish
USA #4
It sure was. That fixed the issue.

Thanks Fiendish.