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

llGetExperienceDetails

LSL
list llGetExperienceDetails(string experience_key)

Returns a list with the following Experience properties: [Experience Name, Owner ID, Group ID, Experience ID, State, State Message]. State is an integer corresponding to one of the constants XP_ERROR_... and State Message is the string returned by llGetExperienceErrorMessage for that integer.

Parameters

TypeName
string experience_key
Energy 10

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

More in LSL