Push All Scripts

This commit is contained in:
Fred Beckhusen
2015-08-07 10:38:47 -05:00
parent 2ad9795428
commit ce47ec2f3e
8079 changed files with 2442776 additions and 0 deletions

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;