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

llMessageLinked

LSL
void llMessageLinked(integer linknum, integer num, string str, string id)

Sends Number, Text, and ID to members of the link set identified by LinkNumber.\ LinkNumber is either a linked number (available through llGetLinkNumber) or a LINK_* constant.

Parameters

TypeName
integer linknum
integer num
string str
string id
Energy 10

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

More in LSL