Talk:ACTIVE

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

I honestly don't understand why this is implemented to return BOTH scripted and physical objects in sensor (llSensor and llSensorRepeat) calls. It would make a tiny amount of sense if it behaved the same way in llDetectedType, indicating there is some sort of technical hurdle in separating scripted from physical, but it's not. It would be super helpful to grid health if this could be changed so ACTIVE represents only physical objects when used in sensor calls, or even to implement PHYS. Having a sensor return all physical AND all scripted, especially with a return limit (16, isn't it?) hamstrings the ability to check an area for physical objects, triggering the sensor event full of junk that has to be filtered out with llDetectedType or llGetObjectDetails checks, and even then will not work properly. —The preceding unsigned comment was added on 21:30, Dec 11th 2013 by Icra Nosferatu

You could use llGetAgentSize instead for the filter checks against scripted items. If you're checking for agents though, maybe try llGetAgentList? -- Kireji Haiku 12:03, 12 December 2013 (PST)
Or check against SCRIPTED as well. Whatever works for you ;) -- Kireji Haiku 12:11, 12 December 2013 (PST)