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

Wolf Territories functions

Ours alone. Grid features you will not find on any other OpenSimulator grid.

string wolfGetLastError() Wolf Territories

The last error from a wolf* call on this script, or an empty string.

list wolfGetRegionWeather() Wolf Territories

This region's stored weather as key/value pairs, or an empty list.

Force the weather on the parcel this prim stands in, by writing the keyword form into THIS prim's description — the mechanism the viewers already read. The script's owner must own the parcel (or hold the region).

Set this region's weather. The script's OWNER must hold the region. Key/value pairs: see Wolf_Api.WeatherRulesToJson. TRUE when the grid accepted it, FALSE otherwise.