llRezObject
LSLvoid 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
| Type | Name |
|---|---|
| string | inventory |
| vector | pos |
| vector | vel |
| rotation | rot |
| integer | param |
The Linden Scripting Library — what every SL-compatible grid provides.