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 Commands |
Have a question? Ask at SmartBots DevPortal!
DevPortal is a blog and forum for developers. Ask your questions to get a prompt reply!
Sends an Instant Message to the resident. Command is able to send messages either by resident SL name or by UUID.
im FIRST_NAME LAST_NAME MESSAGE
and
im UUID MESSAGE
The following table explain the entries of the command:
Entry | Description |
---|---|
FIRST_NAME | the first name of the recipient. |
LAST_NAME | the last name of the resident. Specify "Resident" if avatar has no last name. |
UUID | the UUID of the recipient. |
MESSAGE | the text of the message. Can contain variables. |
Within an event, the "FIRST_NAME LAST_NAME" pair can be replaced with a single variable containing the name (see the example below).
Sends notification message to specific avatar, specified by its name:
group_offer { im Glaznah Gassner I've got a message: $message }
The same task to be done, but using recipient's UUID instead:
group_offer { im cd93067e-7c4e-41c0-ba91-be01f4bafe35 I've got a message: $message }
Sends a warning message to everyone who tries to invite bot to the group (see group_offer for details).
group_offer { im $avatar_name Don't spam me with your group invitations or you get banned! }
Sends an autoresponder message to the avatar talking:
instant_message { im $speaker_name Thank you for your message! For help, open http://www.mysmartbots.com }