Blog tools

Blog archives

SmartBots Official Blog

Subscribe now: important notifications and discount coupons!

Bots Playground code autocompletion

Bots Playground is powered with a modern code editor (we use CodeMirror).

We added code completions like those in professional code editors. Playground editor now suggests SmartBots API function names and objects.

It also suggests context-aware parameters for SmartBots API and embedded Playground functions.

(more…)

Bonus Points for Your Bots Every day

SmartBots bonus rewards program

Every day, over 4,000 Second Life residents and business owners trust SmartBots to power their in-world automation. We’re always looking for ways to give back! We’re adding a little something extra.

With our new bonus program bots now earn bonus points (whether they’re online or offline). There’s nothing you need to do – just keep using your bots as usual, and the points will start adding up. You can find full details in the SmartBots Documentation.

(more…)

RLV Improved: keeping your roleplay smooth and seamless

SmartBots RLV Add-on lets your bots, babies, dragons, and collar-wearing companions live with you, support your business, and bring life to your Second Life experience.

We added support for a wider range of RLV devices, improved how bot performs RLV commands, changes outfits, teleports and obeys restrictions.

(more…)

Webhooks available at Bots Playground

Incoming webhooks are now available at Bots Playground, giving your scripts an ability to receive data directly from your servers:

const webhook = await http.requestWebhook();

Bot.on("playground_webhook", (event) => {
  console.log("Data received:", event);
});

This addition opens up a wide range of possibilities:

  • receive remote commands,
  • integrate with third-party services (like Discord),
  • create two-way communication bridges between your servers and Second Life.
(more…)
Older Posts »