Skip to content

llRezAtRoot

Function Syntax
void llRezAtRoot(
  1. string InventoryItem,
  2. vector Position,
  3. vector Velocity,
  4. rotation Rotation,
  5. integer StartParameter
);

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.