Q: Can I use the detection functions (llDetected*) with changed()?
A: No, they only work with touches, collisons and sensors.
Q: Can I find out who (or what) caused the object to change?
A: No.
In a search for means to protect creator copyrights I'm in search for a possibility to check who's giving an item to my object. Currently the change-event gives me no possibility to do so.
To accomplish this I must know who dropped the item. As soon as the item is dropped the owner changes to me. So there's no way to back track who dropped it.
It's possible to use llSensor to see if the creator is nearby but that's not 100% proof it was the creator that dropped the item.
So what I need is an extra value in the change event. Either user key or name. Something like this:
change (integer change, key userkey)
or:
Enable llDetectedKey() in the change-event!
Should I do a vote for this? Or has it been done already? Guess I should have searched for it before I posted this
