Skip to content
HowardBaxton edited this page Aug 20, 2015 · 7 revisions

MENU PERMISSIONS


Menu Permissions are one of a few options that can be set for nPose to control globally how nPose reacts in certain situations. For a more on these global options, see [Setting nPose Global Options](NC Contents).

Menu permissions control who can pull a menu on first click. There are three options to pick from when setting Menu Permissions:

Option Action
Public Everyone who clicks gets menu
Group Only group members get menu
<other> Only the object owner gets menu

Setting Menu Permissions

Menu Permissions cannot be set from within the menu. This must be set by a LINKMSG within any nPose notecard. Menu Permissions will be changed when the LINKMSG is processed.

Syntax for setting Menu Permissions: LINKMSG|-240|permit=<option>

By default, the menu script will automatically set the Menu Permissions to "Public". If this is the desired Action, the LINKMSG is not required. Also by default the build owner will always be able to pull the nPose menu when it is clicked.

If Menu Permissions are set to "Group", then the menu requester must activate the same group that nPose is set to pull the nPose menu.

If Menu Permissions are set to anything other than Public or Group, the menu script will not recognize this permission and (by default) only the build owner will have access to pull the nPose menu.

Clone this wiki locally