As the title said, How can I tell the number of people on my land in a script?
I want to have specific things happen if a certain number of people are on my land at one time. A simple idea, but I have yet to find a way to impliment it...
These forums are CLOSED. Please visit the new forums HERE
How can I tell the number of people on my land in a script? |
|
Foolish Frost
Grand Technomancer
![]() Join date: 7 Mar 2005
Posts: 1,433
|
03-17-2005 10:52
As the title said, How can I tell the number of people on my land in a script?
I want to have specific things happen if a certain number of people are on my land at one time. A simple idea, but I have yet to find a way to impliment it... |
Harris Hare
Second Life Resident
Join date: 5 Nov 2004
Posts: 301
|
03-17-2005 10:58
Have you tried using one more more sensors?
http://secondlife.com/badgeo/wakka.php?wakka=llSensor You can use the sensor to detect what agents are nearby then have your script find their sim position and check that against the boundries of your land. |
Tiger Crossing
The Prim Maker
![]() Join date: 18 Aug 2003
Posts: 1,560
|
03-17-2005 12:34
CODE // snippet: (not complete code) _____________________
~ Tiger Crossing
~ (Nonsanity) |
Foolish Frost
Grand Technomancer
![]() Join date: 7 Mar 2005
Posts: 1,433
|
03-18-2005 03:43
Thanks! Good idea on the design!
|