|
Slade Christensen
Liquid Heat CTO
Join date: 25 Dec 2005
Posts: 31
|
02-20-2007 08:50
I've got a collar that is supposed to put the avatar into a bind position upon being attached. I keep getting the animation permission error.
Do I need to do:
llRequestPermissions(avatar,PERMISSION_TRIGGER_ANI MATION);
in the attach() state and then do the llStartAnimation() in the RunTimePermissions state?
What it does now is ask for permission when you attach it but doesnt actually animate you. THe next time you attach it , it then works but thats annoying.
|
|
Newgate Ludd
Out of Chesse Error
Join date: 8 Apr 2005
Posts: 2,103
|
02-20-2007 08:54
From: Slade Christensen I've got a collar that is supposed to put the avatar into a bind position upon being attached. I keep getting the animation permission error.
Do I need to do:
llRequestPermissions(avatar,PERMISSION_TRIGGER_ANI MATION);
in the attach() state and then do the llStartAnimation() in the RunTimePermissions state?
What it does now is ask for permission when you attach it but doesnt actually animate you. THe next time you attach it , it then works but thats annoying. Basically yes. Check this thread for an attachment that animates the AV.
|
|
Slade Christensen
Liquid Heat CTO
Join date: 25 Dec 2005
Posts: 31
|
02-20-2007 12:06
Thanks newgate, another question. I had thought that recently they made it so that if you attach something to your avitar that animation permission was already assumed as agreed to. Is this no longer true?
|
|
Pale Spectre
Registered User
Join date: 2 Sep 2005
Posts: 586
|
02-20-2007 12:25
I think you'll find that permissions are automatically granted but you still need to request them... ie no blue confirmation box will appear as a result of llRequestPermissions
|
|
Newgate Ludd
Out of Chesse Error
Join date: 8 Apr 2005
Posts: 2,103
|
02-20-2007 14:06
Pale is correct, even though animation permissiosn are granted you still for some stupid reason need to request them.
|