Page 2 of 2

Posted: Sun Sep 05, 2004 10:07 pm
by Meydrel'Koth
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.