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

llModifyLand

LSL
void llModifyLand(integer action, integer brush)

Modify land with action (LAND_LEVEL, LAND_RAISE, LAND_LOWER, LAND_SMOOTH, LAND_NOISE, LAND_REVERT) on size (0, 1, 2, corresponding to 2m x 2m, 4m x 4m, 8m x 8m).

Parameters

TypeName
integer action
integer brush
Energy 10

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

More in LSL