Forgot? Join

Scripting

LSL Guide

Every script function this grid actually runs, read straight from the region software rather than copied from a wiki — including the wolf* functions that exist only here.

Functions · Constants

llMakeExplosion

LSL
void llMakeExplosion(integer particles, float scale, float vel, float lifetime, float arc, string texture, vector offset)

Make a round explosion of particles. Deprecated: Use llParticleSystem instead.\ Make a round explosion of particles using texture from the objects inventory. Deprecated: Use llParticleSystem instead.

Parameters

TypeName
integer particles
float scale
float vel
float lifetime
float arc
string texture
vector offset
Sleeps 0.1s
Energy 10

The Linden Scripting Library — what every SL-compatible grid provides.

More in LSL