Moderator: MacroQuest Developers


Let me know if that doesn't handle it.COMMUNICATION:
checkname - if set to true, bot will only respond to commands in group or chat if the command is preceeded with <botname>

Code: Select all
/if (${CheckName} && ${ChatText.Arg[1].NotEqual[${Me.CleanName}]}) /return
/if (${CheckName}) { Code: Select all
/if (${CheckName} && ${ChatText.Arg[1].NotEqual[${Me.CleanName}]}) /return
/if (${ChatText.Arg[1].Equal[${Me.CleanName}) { Code: Select all
?
--Vexix