View Single Post
  #12  
Unread 07-28-2010, 10:52 PM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

Selection in these sorts of template driven list are managed by hard-coded client stuff, which doesn't provide a scriptable event for "onSelect", so the typical hack-work-around is to use an "onHover" script.

You could add a button to the item template to generate the chat message, but this would of course produce buttons for every item in the list.
Reply With Quote