Sammyredfire
English
| online |
Aerielle Kiyori
English
| offline |
Anomelli Mellow
English
| offline |
Glaznah Gassner
English, Russian
| offline |
Kaitlynn Rizzo
English
| offline |
Makaylah Wurgle
English
| offline |
NealB
English, Hindi
| offline |
Rehnaeaislinn
English
| offline |
TwixiChardonnay
English
| offline |
Xartashah
English
| offline |
show offline managers | |
English, Hindi, Russian |
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!
SBSL event fires when something happens with your bot: other resident starts talking, sends an offer etc.
SBSL interpreter follows the commands you wrote for a specific event.
Each event has its own variables predefined. These variables describe the details of the event: names, UUIDs and other data.
For example, the chat_message event has the following variables:
Variables can be substituted to the commands within events (see the example within the SBSL Commands section).
Each event consists of name and commands to be completed (for complete list of SBSL commands, click here).
Each command takes exactly one line:
chat_message { im Manager Resident I've got the chat message: $message }
This event forwards all chat messages to "Manager Resident" (note that $message will be replaced with the chat message text).
Click here to return to SBSL events list.