Push All Scripts
This commit is contained in:
39
Aim_Detection/Aim_Detection/Object/Aim_Detection_1.lsl
Normal file
39
Aim_Detection/Aim_Detection/Object/Aim_Detection_1.lsl
Normal 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;
|
||||
Reference in New Issue
Block a user