LlInviteToGroup
This article may require cleanup. This can be discussed in the talk page.
When the issue has been fully resolved this tag should be removed. |
---|
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
![]() |
LSL Feature Request |
The described function does not exist. This article is a feature request. |
Either 'func_desc' or 'return_type' & 'return_text' must be defined
(Please use 'return_text' & 'return_type' or 'func_desc' to summarize the functions actions.)
Caveats
Examples
Notes
We need some way to invite an avatar to join the owners group if he has the right to invite members and has given the script permission to act as his delegate.
llInviteToGroup(key group, key avatar)
or
llInviteToGroup(key avatar)
would be great.
We basically need to be able to perform group administration tasks if the script owner is in the group and has the right to perform these tasks.
Depending on if the script has a ('active') group if it's not group-owned we might or might not need another function: list llGetOwnerGroups()