Skip to content

Recipes

Recipes are short, step-by-step examples towards working code demonstrating how to accomplish specific tasks using Second Life scripting.

We should dynamically generate list of recipes here and provide sort/filter/categories — Nexii

Basic Interactions

Touch detection, hover text, chat commands, and simple responses

Movement & Physics

Moving objects, following avatars, doors, vehicles, and physics simulation

Visual Effects

Particles, glow, transparency, color changes, and texture animation

Communication

Chat, instant messages, HTTP requests, and data exchange between scripts

Timers & Scheduling

Repeating actions, countdowns, scheduling, and time-based triggers

Data Storage

Saving data, notecards, databases, and persistent state

Avatar Interaction

Detecting avatars, permissions, animations, and attachments

Advanced Patterns

State machines, async operations, error handling, and optimization