G Général

Open group join Script

Open group join Script
Détails
Caractéristiques
Contenu
Avis

FULL PERMISSIONS SCRIPTS

This script will give Touchers a link to the Group's Information window, where they can click the JOIN GROUP button.

The object this script is in must be set to Group you want people to Join. The group must be Open Enrollment.

TIP: If the object Group must be different because of land settings use this object somewhere where you are allowed and Copy the message said from Chat History. Then create a simple script that whispers this message when Touched.

Please note all scripts are delivered contained within a notecard

Voir l'article dans Second Life
Note moyenne : étoile pleine étoile pleine étoile pleine étoile pleine étoile vide
  • 5 étoile :
  • 4 étoile :
  • 3 étoile :
  • 2 étoile :
  • 1 étoile :
perfect and simple to set up
étoile pleine étoile pleine étoile pleine étoile pleine étoile pleine Publié le 26/8/2022 de Michelle Blakewell

Simply put the script in an object set to the group you wish people to join and away you go.
No endless searching for your group ID or URL - thanks :)

Cet avis vous a-t-il été utile ?
The box contains only the instructions
étoile pleine étoile vide étoile vide étoile vide étoile vide Publié le 11/8/2021 de angedem

The box only contains the instructions, there are enough, it's more and more often, you have to run after the salesmen whenever it happens, it's unbearable at the end grrrr
The box contains only the instructions

Cet avis vous a-t-il été utile ?
This is a free script in LSL - was looking for one that opened the group inworld.
étoile pleine étoile pleine étoile pleine étoile vide étoile vide Publié le 20/11/2020 de Anarchy Charisma

string groupkey;

findgroupkey()
{
list a = llGetObjectDetails(llGetKey(), [OBJECT_GROUP]);
groupkey = llList2String(a,0);
if (groupkey == "00000000-0000-0000-0000-000000000000")
{
llWhisper(0, "Set the Group for this object in EDIT under the GENERAL tab and be sure your Group is Open Enrollment.");
}
else
{
llWhisper(0, "Click the link from Chat History (Ctrl+H) and then click on JOIN button! secondlife:///app/group/" + groupkey + "/about");
}
}

default
{
state_entry()
{
llSetText("Touch to Join\nour Group", <1,1,1>, 1.0); //Floating Text, edit or remove
findgroupkey();
}

touch_start(integer total_number)
{
findgroupkey();
}
}

Cet avis vous a-t-il été utile ?
Simple
étoile pleine étoile pleine étoile pleine étoile pleine étoile pleine Publié le 20/11/2020 de Janis Miggins

So simple! Thanks!

Cet avis vous a-t-il été utile ?
Mostly decent
étoile pleine étoile pleine étoile pleine étoile pleine étoile vide Publié le 1/7/2016 de SheridanLRoberts

But, the way it's set up, I can NOT change my land group and this HAS to be under a different group, and all I get is some message about please make sure open jpoin is enabled. So, if you want people to join the group the land is set to, this is good, if not, keep looking

Cet avis vous a-t-il été utile ?
Excellent - the Script is in the Notecard!
étoile pleine étoile pleine étoile pleine étoile pleine étoile pleine Publié le 27/3/2016 de Soulbonded

Works great!!

Cet avis vous a-t-il été utile ?