@acceptpermission fails to activate
Issue #157
new
According to the wiki, “Forces the avatar to automatically accept attach and take control permission requests. The dialog box doesn't even show up.”
In testing, this is false. Even when activating on rez, the animation permissions window from other scripts still pops up.
Comments (3)
-
-
reporter It doesn’t mention that anywhere on the page I’m reading.
LSL Protocol/RestrainedLoveAPI - Second Life Wiki
-
I draw your attention back to the original quote you included “automatically accept attach and take control permission requests”.
@acceptpermission only covers attach (PERMISSION_ATTACH) and take control (PERMISSION_TAKE_CONTROLS). Neither of the animation permissions is mentioned there nor is either included.
- Log in to comment
As the quotation states, @acceptpermission only covers PERMISSION_ATTACH and PERMISSION_TAKE_CONTROLS.
Neither PERMISSION_TRIGGER_ANIMATION nor PERMISSION_OVERRIDE_ANIMATIONS are included (although all the above are granted automatically for an attached object and all except PERMISSION_OVERRIDE_ANIMATIONS for an object being sat on).