ll.SitOnLink(AvatarID: uuid, LinkID: number) : number
If agent identified by AvatarID is participating in the experience, sit them on the specified link's sit target.
ll.SitOnLink(uuid(<key>), 4)
{
"def": "func",
"desc": "If agent identified by AvatarID is participating in the experience, sit them on the specified link's sit target.",
"energy": 10,
"sleep": 0,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlSitOnLink",
"name": "SitOnLink",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"number"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "AvatarID",
"desc": "",
"type": [
"uuid",
"string"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "LinkID",
"desc": "",
"type": [
"integer",
"number"
],
"variadic": false,
"optional": false
}
]
}
]
}