removed useless _ folders

This commit is contained in:
Fred Beckhusen
2015-08-09 16:54:31 -05:00
parent fde850293c
commit 948a44dfba
5204 changed files with 2425579 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
// :CATEGORY:Replication
// :NAME:Self_Replicator
// :AUTHOR:Fred Kinsei
// :CREATED:2010-01-10 05:20:56.000
// :EDITED:2013-09-18 15:39:02
// :ID:734
// :NUM:1002
// :REV:1.0
// :WORLD:Second Life
// :DESCRIPTION:
// Be careful with this script, if left running by itself, it can get you banned.
// :CODE:
default
{
on_rez(integer start_param)
{
llListen(0,"","","");
llSleep(5);
llRezObject("Child", llGetPos() + <0,0,1>, ZERO_VECTOR, ZERO_ROTATION, 0);
}
listen(integer channel, string name, key id, string message)
{

View File

@@ -0,0 +1,6 @@
<Project name="Self_Replicator" guid="D807070E-6C00-1014-B904-200204C60A89">
<Object name="Object" guid="D807080B-6C00-1014-B904-200204C60A89">
<Script name="Self_Replicator_1.lsl" guid="D8072B32-6C00-1014-B904-200204C60A89">
</Script>
</Object>
</Project>