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

LSL Wiki : llGetInventoryCreator

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are crawl836.us.archive.org
key llGetInventoryCreator(string item)

This function returns the UUID of the creator of item. If item is not found in inventory, the object says "No item named 'name' ".

Compare with llGetCreator.

Q: Will it work if a UUID of an inventory item is passed to the function?
A: No, item must be the inventory item's name. Passing a key will return an error, even if the key refers to a valid inventory item.


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

Functions | Inventory
Comments [Hide comments/form]
As far as I can tell, this function is badly broken. It randomly returns null keys.
-- vtelinet-209-134-43-232.vermontel.net (2007-06-28 22:43:45)
What will be returned if the item name is not unique (within the context of the Inventory)?
-- HeusDens (2007-07-29 16:03:02)