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

llRequestInventoryData

LSL
key llRequestInventoryData(string name)

Requests data for the named InventoryItem.\ When data is available, the dataserver event will be raised with the key returned from this function in the requested parameter.\ The only request currently implemented is to request data from landmarks, where the data returned is in the form "<float, float, float>" which can be cast to a vector. This position is in region local coordinates.

Parameters

TypeName
string name
Sleeps 1s
Energy 10

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

More in LSL