Contents
Support Managers
|
Xartashah
English
| online |
|
Aerielle Kiyori
English
| offline |
|
Alexander Pixels
English
| offline |
|
Amyalka
English
| offline |
|
Bustychocolate Ravenheart
English
| offline |
|
Glaznah Gassner
English, Russian
| offline |
|
Justina Mcminnar
English
| offline |
|
Makaylah Wurgle
English
| offline |
|
Rehnaeaislinn
English
| offline |
|
Sammyredfire
English
| offline |
|
shorty McKeenan
English
| offline |
| show offline managers | |
| English, Russian |
SBSL Event: chat_message
Main > Bot Scripting Language > SBSL Event: chat message
| SBSL Events |
Have a question? Ask at SmartBots DevPortal!
DevPortal is a blog and forum for developers. Ask your questions to get a prompt reply!
This event is being fired when bot receives a local chat message.
Variables
This event has the following variables:
- $speaker_type - the source of the message: AGENT, OBJECT or SYSTEM
- $speaker_name - the name of the avatar, or object name
- $speaker_uuid - UUID of the avatar, or object UUID
- $speaker_owner - object owner's UUID
- $message - message text
Return back to events list.