Code: Select all
#chat tell
Sub Main
:Loop
/doevents
/goto :Loop
/return
Sub Event_Chat(ChatType,Sender,ChatText)
/if (${Sender.Equal[Soandso]}) {
/say ${ChatText}
}
/returnCode: Select all
/if (!${Cursor.ID}) {
/echo Cursor is empty.
}
Code: Select all
/if (${Cursor.ID}) {
/echo Cursor is empty.
}