View Single Post
04-06-14, 02:03 AM   #5
wildnature100
A Murloc Raider
Join Date: Apr 2014
Posts: 4
1. I mean none of the two macro's works, no chat messages was sent to the char name i entered instead of "lootmaster" example "Milyaa"

Code:
/run SendChatMessage("WHISPER", IsMouseButtonDown("RightButton") and "retract" or "bid", nil, "Milyaa")
And

Code:
/run SendChatMessage("WHISPER", IsShiftKeyDown() and "retract" or "bid", nil, "Milyaa")
Nothing happened when i clicked this new macro with those codes in them. and yes Milyaa was online. and right next to me when i tried.

2. Yes this function is marked.

Maybe i do something wrong that i do not notice

Last edited by wildnature100 : 04-06-14 at 02:07 AM.
  Reply With Quote