Difference between revisions of "LlInviteToGroup"
Jump to navigation
Jump to search
m (A little clean up) |
|||
Line 1: | Line 1: | ||
We need some way to invite an avatar to join the owners group if he | {{cleanup|April 2007}} | ||
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) | llInviteToGroup(key group, key avatar) | ||
Line 9: | Line 11: | ||
would be great. | would be great. | ||
==See Also== | |||
*[[llRequestPermissions]] | |||
*[[Run_time_permissions]] | |||
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. | 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() | 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]]() |
Revision as of 17:21, 16 April 2007
This April 2007 may require cleanup to meet this wiki's Editing Guidelines. No cleanup reason has been specified. Please help improve this April 2007 if you can; the talk page may contain suggestions. |
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.
See Also
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()