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

llRequestAgentData

LSL
key llRequestAgentData(string id, integer data)

Requests data about AvatarID. When data is available the dataserver event will be raised.\ This function requests data about an avatar. If and when the information is collected, the dataserver event is triggered with the key returned from this function passed in the requested parameter. See the agent data constants (DATA_*) for details about valid values of data and what each will return in the dataserver event.

Parameters

TypeName
string id
integer data
Sleeps 0.1s
Energy 10

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

More in LSL