ll.Pursue(TargetID: uuid, Options: list) : ()
Chase after a target. Causes the character (llCharacter) to pursue the target defined by TargetID.
ll.Pursue(uuid(<key>), {})
{
"def": "func",
"desc": "Chase after a target.\nCauses the character (llCharacter) to pursue the target defined by TargetID.",
"energy": 10,
"sleep": 0,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlPursue",
"name": "Pursue",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"()"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "TargetID",
"desc": "Agent or object to pursue.",
"type": [
"uuid",
"string"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Options",
"desc": "Parameters for pursuit.",
"type": [
"list"
],
"variadic": false,
"optional": false
}
]
}
]
}