@acceptpermission fails to activate

Issue #157 new
Paul T (Warlocc) created an issue

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)

  1. Chorazin Allen

    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).

  2. Chorazin Allen

    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.

  3. Log in to comment