removed useless _ folders
This commit is contained in:
3
Simple_Group_Inviter/Simple_Group_Inviter.sol
Normal file
3
Simple_Group_Inviter/Simple_Group_Inviter.sol
Normal file
@@ -0,0 +1,3 @@
|
||||
<Solution name="Simple_Group_Inviter">
|
||||
<Project name="Simple_Group_Inviter" path="Simple_Group_Inviter\Simple_Group_Inviter.prj" active="true"/>
|
||||
</Solution>
|
||||
@@ -0,0 +1,26 @@
|
||||
// :CATEGORY:Group Inviter
|
||||
// :NAME:Simple_Group_Inviter
|
||||
// :AUTHOR:Ferd Frederix
|
||||
// :CREATED:2010-01-10 05:20:56.000
|
||||
// :EDITED:2013-09-18 15:39:02
|
||||
// :ID:761
|
||||
// :NUM:1048
|
||||
// :REV:1.0
|
||||
// :WORLD:Second Life
|
||||
// :DESCRIPTION:
|
||||
// Simple_Group_Inviter
|
||||
// :CODE:
|
||||
|
||||
|
||||
// group id, you can determine this by doing a search in the new search. every group has a page and at the bottom it shows the id within a link, for example if it say "Link to this page: http://world.secondlife.com/group/Groups UUID". Pick your id and replace the one below
|
||||
|
||||
string group_id = "Your UUID Here";
|
||||
|
||||
|
||||
|
||||
// message to be shown before the link
|
||||
|
||||
string message = "Click here to join:";
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
<Project name="Simple_Group_Inviter" guid="D833EEC5-6C00-1014-B904-200204C60A89">
|
||||
<Object name="Object" guid="D833EFB4-6C00-1014-B904-200204C60A89">
|
||||
<Script name="Simple_Group_Inviter_1.lsl" guid="D8340E0C-6C00-1014-B904-200204C60A89">
|
||||
</Script>
|
||||
</Object>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user