What I'm trying to do is autloot a corpse and have any no drop items automatically linked in group chat. I can get it to do the link but I cannot get it to hit enter -- it just sits at chat line with link and blinking cursor at the end of the link.
Here's the basics of the code:
I found one example that allowed me to use CWChatInput then type something in and hit enter. Unfortunately that all happened in the MQ Window, which of course makes me think I'm just not notifying the correct window, but I can't find any others listed under /windows that seems like it would be the correct one.#turbo
Sub Main
/notify LootWnd BroadcastButton leftmouseup
/notify ChatWindow CWChatInput enter
/keypress ESC
/return
Does anyone have any suggestions? Thank you in advance.

