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

llListInsertList

LSL
list llListInsertList(list dest, list src, integer start)

Returns a list that contains all the elements from Target but with the elements from ListVariable inserted at Position start.\ Returns a new list, created by inserting ListVariable into the Target list at Position. Note this does not alter the Target.

Parameters

TypeName
list dest
list src
integer start
Energy 10

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

More in LSL