Is there any way to distribute an item, say for the case of discussion a note card, via a script using the UUID of the notecard, rather than placing it in the contents of the prim containing the script itself?
I've been able to do this with a texture after a fashion, simply use llSetTexture( UUIDofTheTexture, FACE), to display the texture on the prim containing the script, but my ham handed attempts at handing out a notecard in a similar fashion aren't working. Obviously the llGiveInventory isn't the way to go but I'm not stumbling across something equivalent that doesn't require the item be in the avatar or scripted prim's inventory. Should I stop now or is there something that I've not found or glossed over?
Thanks for any zen you can pass my way.