Difference between revisions of "Template:LlSitOnLinkConstants"
Jump to navigation
Jump to search
(Created page with "{| class="wikitable" | '''Constant''' | '''Value''' | '''Description''' |- | SIT_NOT_EXPERIENCE | -1 | The script is not running as part of an experience with a valid experien...") |
|||
Line 27: | Line 27: | ||
| -6 | | -6 | ||
| The avatar does not have access to the parcel that the prim running this script is located in. | | The avatar does not have access to the parcel that the prim running this script is located in. | ||
|- | |||
| SIT_INVALID_OBJECT | |||
| -7 | |||
| This value is returned if the [[llSitOnLink]] is trying to force the user to sit on something that cannot be sat upon (such as an attachment). | |||
|} | |} |
Revision as of 11:46, 28 September 2016
Constant | Value | Description |
SIT_NOT_EXPERIENCE | -1 | The script is not running as part of an experience with a valid experience key. |
SIT_NO_EXPERIENCE_PERMISSION | -2 | The agent has not granted permission. |
SIT_NO_SIT_TARGET | -3 | Unable to find an open sit target. |
SIT_INVALID_AGENT | -4 | Unable to find specified agent. |
SIT_INVALID_LINK | -5 | Unable to find specified link or the link constant would return multiple prims. |
SIT_NO_ACCESS | -6 | The avatar does not have access to the parcel that the prim running this script is located in. |
SIT_INVALID_OBJECT | -7 | This value is returned if the llSitOnLink is trying to force the user to sit on something that cannot be sat upon (such as an attachment). |