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

llMakeFountain

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

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

Parameters

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

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

More in LSL