Want to add a script or a project? Upload it and a half million people will see it and your name here this year.
![]() |
![]() |
||
---|---|---|---|
Category: | Contributor: | Creator | |
Scanner | Anonymous | detection_script |
Category: Scanner
By : Anonymous
Created: 2010-01-10 Edited: 2010-01-10
Worlds: Second Life
Browse the Zip file
12 float ScannerRange = 2; //radius in m of scan area3 float ScanFrequency = 15; //no of secs between scans4 string VisitorIsAt="my home"; //location of scanner56 default7 {8 state_entry()9 {11 }1214 {15 integer i;16 for(i = 0; i < number_detected; i++) // Create a loop to let us check each17 {19 {2021 llInstantMessage(llGetOwner(), llDetectedName(i) + " freeze right there! why are you snoping around next to " + VisitorIsAt); // send an IM to the owner.22 }23 }242526 }27 }28 // END //
Back to the Best Free Tools in Second Life and OpenSim.