LSL Wiki Mirror 7-7-7 : llRezAtRoot

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings ::
llRezAtRoot(string inventory, vector pos, vector vel, rotation rot, integer param)

Rezzes object's inventory item named inventory at pos with velocity vel and rotation rot with start parameter param.

The last selected (root) object's location will be set to pos.

This function delays the script for .1 seconds.

Performance Advisory
Always use temp-on-rez when rezzing a large number of "disposable" objects such as bullets or other projectiles. Doing this allows them to automatically be cleaned up, should they break or encounter no-script land. This is both good scripting practice, as well as good for your sim and neighbours. It also keeps you and your customers happy by not getting complaints sent after them.

For more info, see llRezObject.


Functions | Inventory | object_rez
There are 2 comments on this page. [Display comments/form]