Moriz Gupte
Registered User
Join date: 25 Apr 2005
Posts: 103
|
07-22-2005 09:35
Hello, Is it possible to avoid having a user to give permissions multiple times for interacting with a linked object that triggers an animation for every click on a given constituent prim? Thanks
|
Eloise Pasteur
Curious Individual
Join date: 14 Jul 2004
Posts: 1,952
|
07-22-2005 10:31
Maybe, it depends on what precisely you're trying to do.
A script can store a (just one) permission, and if you check that the person clicking is the person whose permission is already stored you can code around the need to ask permissions each time.
If you're going to have a limited number of people doing it you could have one script per person, perhaps even keyed to them smartly.
But if I click, then you click, then I click again with only script, then no, you'd have to ask permissions each time.
Oh, and attached objects always silently give permissions to their wearer if that helps at all.
|