removed useless _ folders
This commit is contained in:
3
TIMED_DIE/TIMED_DIE.sol
Normal file
3
TIMED_DIE/TIMED_DIE.sol
Normal file
@@ -0,0 +1,3 @@
|
||||
<Solution name="TIMED_DIE">
|
||||
<Project name="TIMED_DIE" path="TIMED_DIE\TIMED_DIE.prj" active="true"/>
|
||||
</Solution>
|
||||
24
TIMED_DIE/TIMED_DIE/Object/TIMED_DIE_1.lsl
Normal file
24
TIMED_DIE/TIMED_DIE/Object/TIMED_DIE_1.lsl
Normal 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);
|
||||
|
||||
}
|
||||
|
||||
6
TIMED_DIE/TIMED_DIE/TIMED_DIE.prj
Normal file
6
TIMED_DIE/TIMED_DIE/TIMED_DIE.prj
Normal 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>
|
||||
Reference in New Issue
Block a user