llInviteToGroup

From Second Life Wiki
Revision as of 11:53, 4 June 2007 by OddesE Oh (talk | contribs)
Jump to navigation Jump to search
Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: llInviteToGroup( key avatar, string role );

Adds avatar to the group the object is deeded to.

• key avatar
• string role Role name avatar is to have.

To run this function the script must request the PERMISSION_GROUP_INVITE permission with llRequestPermissions and it must be granted by a group officer.

Specification

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()

Caveats

Permissions
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Events

•  run_time_permissions Permission receiving event

Functions

•  llGetPermissions Get the permissions granted
•  llGetPermissionsKey Get the agent who granted permissions
•  llRequestPermissions Request permissions

Articles

•  Script permissions

Deep Notes

Search JIRA for related Issues

Signature

//function void llInviteToGroup( key avatar, string role );