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,3 @@
<Solution name="Aim_Detection">
<Project name="Aim_Detection" path="Aim_Detection\Aim_Detection.prj" active="true"/>
</Solution>

View File

@@ -0,0 +1,6 @@
<Project name="Aim_Detection" guid="D89B644D-6C00-1014-B904-200204C60A89">
<Object name="Object" guid="D89B6545-6C00-1014-B904-200204C60A89">
<Script name="Aim_Detection_1.lsl" guid="D89B7F6C-6C00-1014-B904-200204C60A89">
</Script>
</Object>
</Project>

View File

@@ -0,0 +1,39 @@
// :CATEGORY:Combat
// :NAME:Aim_Detection
// :AUTHOR:Unrevoked Clarity
// :CREATED:2010-12-27 12:46:31.257
// :EDITED:2013-09-18 15:38:47
// :ID:21
// :NUM:31
// :REV:1.0
// :WORLD:Second Life
// :DESCRIPTION:
// This script detects who's aiming at you with mouselook
// :CODE:
//This script was designed by Han Shuffle
//Cleaned up a bit by another resident.
//Cleaned up some more by another resident.
default
{
state_entry()
{
llSetText("", <1.0, 1.0, 1.0>, 1.0);
llSensorRepeat("", "", AGENT, 90, PI, 0.1);
}
sensor(integer n)
{
integer i;