Jump to content

Unable to give inventory list: No items passed filter


sndbad Ghost
 Share

You are about to reply to a thread that has been inactive for 2494 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

The important point to remember is that it's the permissions assigned to the owner of the script at the time it's giving the items that matter.

So llGiveInventoryList worked for you, since you're able to copy the objects.   However, since you'd set the next owner perms to no-copy, the owner of the giver script at the time it tried to give the items to her didn't have permission to copy them, so it failed.

You can safely use llGiveInventoryList in vendors since (at least under normal circumstances) the vendor owner will be able to copy the contents of the vendor, regardless of the next-owner permissions.    However, you can use it in unpacker scripts only if the items being unpacked are copyable by whoever has just bought them (so, typically, copy/no transfer).

Edited by Innula Zenovka
  • Like 1
Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 2494 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...