ll.CreateCharacter (Options: list) -> ()Convert link-set to AI/Physics character. Creates a path-finding entity, known as a "character", from the object containing the script. Required to activate use of path-finding functions. Options is a list of key/value pairs.
ll.CreateCharacter({})
{
"def": "func",
"desc": "Convert link-set to AI/Physics character.\nCreates a path-finding entity, known as a \"character\", from the object containing the script. Required to activate use of path-finding functions.\nOptions is a list of key/value pairs.",
"energy": 10,
"sleep": 0,
"must_use": false,
"link": "https://wiki.secondlife.com/wiki/LlCreateCharacter",
"private": false,
"takesSelf": false,
"name": "CreateCharacter",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "()"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Options",
"desc": "",
"type": [
{
"def": "simple",
"value": "list"
}
],
"variadic": false,
"optional": false
}
]
}
]
}