Difference between revisions of "Template:LlSitOnLinkConstants"

From Second Life Wiki
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...")
 
m
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
| SIT_NOT_EXPERIENCE
| SIT_NOT_EXPERIENCE
| -1
| -1
| The script is not running as part of an experience with a valid experience key.
| The script is not running as part of an experience with a valid experience key or the experience is not allowed at your location.
|-
|-
| SIT_NO_EXPERIENCE_PERMISSION
| SIT_NO_EXPERIENCE_PERMISSION
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).
|}
|}

Latest revision as of 20:20, 30 November 2018

Constant Value Description
SIT_NOT_EXPERIENCE -1 The script is not running as part of an experience with a valid experience key or the experience is not allowed at your location.
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).