# Conflicts:
#	Giver with HTTP notice/Giver with HTTP notice/Object/Script.lsl
This commit is contained in:
Fred Beckhusen
2021-04-25 23:59:08 -05:00
9 changed files with 1054 additions and 9 deletions

View File

@@ -1,3 +1,4 @@
// :SHOW: // :SHOW:
// :CATEGORY:Giver // :CATEGORY:Giver
// :NAME:Giver with HTTP notice // :NAME:Giver with HTTP notice
@@ -10,7 +11,7 @@
// :REV:1 // :REV:1
// :WORLD:Second Life // :WORLD:Second Life
// :DESCRIPTION: // :DESCRIPTION:
// Gves inventory and sends what it did to a HTTP server // Gives inventory and sends what it did to a HTTP server
// :CODE: // :CODE:
// //
// Give with notice via HTTP // Give with notice via HTTP

3
Shoutcast/Shoutcast.sol Normal file
View File

@@ -0,0 +1,3 @@
<Solution name="Shoutcast">
<Project name="Shoutcast" path="Shoutcast\Shoutcast.prj" active="true"/>
</Solution>

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,6 @@
<Project name="Shoutcast" guid="24fa9204-ad41-4655-a587-955f4e146c5f">
<Object name="Object1" guid="5275bad8-dad0-4886-90ab-d50349608ae4" active="true">
<Script name="Script.lsl" guid="2b6582f4-3d73-47d3-a292-15bc686205d4">
</Script>
</Object>
</Project>

View File

@@ -1,7 +1,12 @@
// :SHOW:
// :CATEGORY:Furniture // :CATEGORY:Furniture
// :NAME: Single-Prim Multi-Drawer Script // :NAME:Single-Prim Multi-Drawer Script
// :AUTHOR:Sheena Desade // :AUTHOR:Sheena Desade
// :KEYWORDS: // :KEYWORDS:
// :CREATED:2021-04-26 23:58:10
// :EDITED:2021-04-26 22:58:10
// :ID:1142
// :NUM:2035
// :REV:1.0 // :REV:1.0
// :WORLD:Second Life, Opensim // :WORLD:Second Life, Opensim
// :DESCRIPTION: // :DESCRIPTION:
@@ -354,4 +359,4 @@ default
} }
} }
} }
} }

View File

@@ -1,6 +1,12 @@
// :SHOW:
// :CATEGORY:Sensor // :CATEGORY:Sensor
// :NAME:Soul Finder // :NAME:Soul Finder
// :AUTHOR:CyberGlo CyberStar // :AUTHOR:CyberGlo CyberStar
// :KEYWORDS:
// :CREATED:2021-04-26 23:58:11
// :EDITED:2021-04-26 22:58:11
// :ID:1143
// :NUM:2036
// :REV:1.0 // :REV:1.0
// :WORLD:Second Life, Opensim // :WORLD:Second Life, Opensim
// :DESCRIPTION: // :DESCRIPTION:
@@ -102,4 +108,4 @@ default
llResetScript(); llResetScript();
} }
} }
} }

View File

@@ -4,7 +4,7 @@
// :AUTHOR:Fred Beckhusen (Ferd Frederix) // :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS: // :KEYWORDS:
// :CREATED:2013-12-14 13:33:32 // :CREATED:2013-12-14 13:33:32
// :EDITED:2020-04-12 23:33:56 // :EDITED:2021-04-26 22:58:14
// :ID:902 // :ID:902
// :NUM:1558 // :NUM:1558
// :REV:1.2 // :REV:1.2

View File

@@ -1 +1,15 @@
Put a NPC appearance notecard here named "Trash Bot" // :SHOW:
// :CATEGORY:
// :NAME:Trash Collector NPC
// :AUTHOR:Anonymous
// :KEYWORDS:
// :CREATED:2021-04-26 23:58:23
// :EDITED:2021-04-26 22:58:23
// :ID:1144
// :NUM:2037
// :REV:1
// :WORLD:Second Life
// :DESCRIPTION:
//
// :CODE:
Put a NPC appearance notecard here named "Trash Bot"

View File

@@ -1,8 +1,12 @@
// :SHOW: // :SHOW:1
// :CATEGORY:Presentation // :CATEGORY:Presentation
// :NAME:Trash Collector // :NAME:Trash Collector NPC
// :AUTHOR:Unknown // :AUTHOR:Unknown
// :KEYWORDS: NPC // :KEYWORDS: NPC
// :CREATED:2021-04-26 23:58:23
// :EDITED:2021-04-26 22:58:23
// :ID:1144
// :NUM:2038
// :REV:1 // :REV:1
// :WORLD:Opensim // :WORLD:Opensim
// :DESCRIPTION: // :DESCRIPTION:
@@ -185,4 +189,4 @@ default
send_path(TRUE, positions); send_path(TRUE, positions);
} }
} }