Blog tools

Blog archives

Bots Playground new bot commands and events

SmartBots Bots Playground is a scripting sandbox to control Second Life bots with JavaScript.

We continue a massive update of Bots Playground. New commands and events are now available!

New commands

(more…)

Buy custom script for your bots, or sell your own!

SmartBots Store got an amazing update, and now turns to a custom script marketplace!

Custom bot scripts (written for Bots Playground in JavaScript) can now be sold and purchased at SmartBots Store!

For bot owners

If you are a bot owner, check SmartBots Store for scripts. We already have a bunch of cool ready-to-use scripts:

  • IMs to Discord forwarder
  • Bot status to Discord informer
  • and more!

No scripting knowledge, no config notecards are required!

(more…)

HTTP POST added to Bots Playground

A new function has been added to Bots Playground: http.post(url, params)

Bots Playground

Bots Playground is a scripting sandbox to control your SmartBots bots with JavaScript. It is free, read more here.

Bot TotalControl LSL library in Beta!

We are pleased to announce the release of the beta version a highly demanded bot API called TotalControl which is designed to offer simplicity for LSL developers to interact with SmartBots personal bots.

TotalControl API works very much like our AdminBot API in terms of usage, but instead of being focused on group management, we focused this on having control of every aspect of your bot(s).

TotalControl is the LSL library to control your Second Life bot and use 100% of its abilities.

TotalControl allows you to:

  • Move your bot
  • Change its appearance
  • Listen to local chat and incoming IM’s
  • Send messages
  • Manage groups
  • Create note cards, edit send them
  • Manage bot’s inventory
  • Sim Management (if bot has sim rights)

How does it work:

  •  place your script and TotalControl library into the object
  •  your script sends commands using llMessageLinked
  •  your script receives events (local chat, IMs, money transactions) using link_message LSL event

Your bot can do literally everything the regular avatar can do in SL. This allows creating truly alive and useful bots.

TotalControl provides simplicity, and easy in terms of integrating with existing projects with only 1 line of code required to send a command to your bot.

This is a beta release so we appreciate any feedback, requests or issues.

Get more info

If you need any further help or have questions please contact us.

Older Posts »