Posted: Sun Sep 05, 2004 10:07 pm
Using the #chat tell worked.
Is using #chat group the only way it reads group messages?
never fires (i have tried replacing leadername with the actual name of my char)
This does work though.
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