Is using #chat group the only way it reads group messages?
Code: Select all
#event MobHere "|${LeaderName}| tells the group, 'Mob here'"Code: Select all
Sub Event_Chat(ChatType,Sender,ChatText)
/if (${ChatType.Equal[group]}) {
/if (${ChatText.Equal["Mob here"]}) /call MobHere
}
/return
