/run t="target"p="player"u=UnitIsEnemy g=GetRaidTargetIndex s=SetRaidTarget;if not(u(p,t)) and g(t)~=4 then s(t,4)end;if u(p,t) and g(t)~=7 then s(t,7) and SendChatMessage("<%t>를 메즈할 예정","emote")end

위 매크로는 대상이 적대적이지 않으면 4번 징표 찍고 적대적이면 7번 징표를 찍으며 적대적 대상을 메즈할 예정이라는 채팅이 나오게 하는 매크로인데요  
and SendChatMessage("<%t>를 메즈할 예정","emote") 요 부분만 없으면 잘 작동하네요.

채팅이 나오게끔 하려면 어떻게 해줘야 하나요?