Wark Cruyff
Kamizake Astronaut
Join date: 25 Oct 2004
Posts: 7
|
01-22-2005 22:59
As far as I can tell any given object in the game can only acquire permissions from one agent at a time, so I tried passing messages to linked child objects and letting them acquire permissions. The bad news is the child objects don't know who I'm trying to acquire permissions from.
The Question: If I have the target Agent's key, is there a way to set that key to the currently active agent for the object/script?
Thanks for any help and guidance you can give, Wark
|
Kurt Zidane
Just Human
Join date: 1 Apr 2004
Posts: 636
|
01-22-2005 23:11
Yes, the link message should include the instruction and the key of target avatar. I assume your child prim has a script to interpret that message.
but it's hard to be more specific with out know what it is your trying to do. Or by seeing your code.
Have note: some permissions can only be asked to the owner of the script. Other permissions can only be asked when the avatar is in the same sim.
|