Summon Alert
Posted: Sun Jan 27, 2008 1:09 pm
http://www.macroquest2.com/wiki/index.php/If
I am trying to figure out the /if command to give me an alert if I get summoned. I am trying to make it so if there is something in chat box that says 'You have been summoned!' then it will auto play an alert for me, here's what I have so far...
The answer might be solved by adding..
If anyone has any answers to this problem, I would appreciate it.
I am trying to figure out the /if command to give me an alert if I get summoned. I am trying to make it so if there is something in chat box that says 'You have been summoned!' then it will auto play an alert for me, here's what I have so far...
Code: Select all
/if (${ChatText.Find[You have been summoned]}) {
/alert
:goto start
}
Code: Select all
Sub Event_Chat(string ChatType,string ChatSender,string ChatText)