Don't click here unless you want to be banned.

LSL Wiki : llRezAtRoot

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are crawl338.us.archive.org
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 rezzed object's root prim will be centered at pos. See llRezObject to center the object's geometric center at 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.


This article wasn't helpful for you? Maybe the related article at the LSL Portal is able to bring enlightenment.

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