Code: Select all
#chat tell
sub main
:talkloop
/doevents
/goto :talkloop
/return
Sub Event_Chat(ChatType,Sender,ChatText)
/if (${Sender.Equal[Bot]}) /popup ${ChatText} |** CHANGE THE (${Sender.Equal[[b]Bot[/b]]}) to your bot name **|
/return
for your Bot Window
Code: Select all
#chat tell
sub main
:talkloop
/doevents
/goto :talkloop
/return
Sub Event_Chat(ChatType,Sender,ChatText)
/tell Master ${Sender} told Bot, '${ChatText}' |** Change info again for Master and Bot, i think i will add Param0 and Param1 later **|
/return

