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

llRezObject

LSL
void llRezObject(string inventory, vector pos, vector vel, rotation rot, integer param)

Instantiate owners InventoryItem at Position with Velocity, Rotation and with start StartParameter.\ Creates object's inventory item at Position with Velocity and Rotation supplied. The StartParameter value will be available to the newly created object in the on_rez event or through the llGetStartParameter function.\ The Velocity parameter is ignored if the rezzed object is not physical.

Parameters

TypeName
string inventory
vector pos
vector vel
rotation rot
integer param
Sleeps 0.1s
Energy 200

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

More in LSL