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

3
TIMED_DIE/TIMED_DIE.sol Normal file
View File

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

View File

@@ -0,0 +1,24 @@
// :CATEGORY:Die
// :NAME:TIMED_DIE
// :AUTHOR:Scorpse Ghost
// :CREATED:2010-02-07 09:46:19.537
// :EDITED:2013-09-18 15:39:07
// :ID:891
// :NUM:1267
// :REV:1.0
// :WORLD:Second Life
// :DESCRIPTION:
// This Script is to be dropped in a prim set the timer to as long as you need and it will auto delete the prim its in after the set time currently set at 2 seconds
// :CODE:
default
{
on_rez(integer param)
{
llSetTimerEvent(2.0);
}

View File

@@ -0,0 +1,6 @@
<Project name="TIMED_DIE" guid="D8491E7C-6C00-1014-B904-200204C60A89">
<Object name="Object" guid="D8491F7C-6C00-1014-B904-200204C60A89">
<Script name="TIMED_DIE_1.lsl" guid="D849386C-6C00-1014-B904-200204C60A89">
</Script>
</Object>
</Project>