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) 
