Macro code related CTD

Need help with a macro you are writing? Ask here!

Moderator: MacroQuest Developers

Meydrel'Koth
decaying skeleton
decaying skeleton
Posts: 7
Joined: Thu Sep 02, 2004 4:04 pm

Post by Meydrel'Koth » Sun Sep 05, 2004 10:07 pm

Using the #chat tell worked.

Is using #chat group the only way it reads group messages?

Code: Select all

#event MobHere "|${LeaderName}| tells the group, 'Mob here'"
never fires (i have tried replacing leadername with the actual name of my char)

Code: Select all

Sub Event_Chat(ChatType,Sender,ChatText)
  /if (${ChatType.Equal[group]}) {
    /if (${ChatText.Equal["Mob here"]}) /call MobHere
    }
/return
This does work though.