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

llRezAtRoot

LSL
void llRezAtRoot(string inventory, vector position, vector velocity, rotation rot, integer param)

Instantiate owner's InventoryItem at Position with Velocity, Rotation and with StartParameter. The last selected root object's location will be set to Position.\ Creates object's inventory item at the given Position, with Velocity, Rotation, and StartParameter.

Parameters

TypeName
string inventory
vector position
vector velocity
rotation rot
integer param
Sleeps 0.1s
Energy 200

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

More in LSL