| Pikkubot |
|---|
| → Pricing |
| → Bot-Hosting |
| → Shoutcast |
| → Screenshots |
| → Stats |
| Download |
|---|
| → Release Notes |
| → Linux-Release |
| → OpenSim-Infos |
| Support |
|---|
| → PikkuBot Forum |
| → User-Area |
| → Hosting-Area |
| → Shoutcast-Area |
| → General Q&A |
| → Faq |
| → Documentation |
| Imprint |
|---|
This is an old revision of the document!
The Bot is able to invite in groups full automated or on demand.
Do the following steps:
…avatars are currently invited with the role “everyone” to the group.
Optional also behind the “invite [UUID of Avatars]” the UUID of the group could be given to find out these. Simple login into the members area on www.secondlife.com
and goes to the menu item “Groupland”. There is a list of their own groups, at
the link is the UUID of the group
You´ll find the group UUID contained in the link of the group (behind the = )
default
{
touch_start(integer count)
{
key who = llDetectedKey(0);
string botname = " >>> HERE <<< ";
string groupName =" >>> HERE <<< ";
string name = llDetectedName(0);
string MSG = "invite " + (string)who + " " + (string)groupName;
llOwnerSay("debug: " + MSG + " " + name);
llInstantMessage(botname, MSG);
}
}