Talk:LlSensorRemove

From Second Life Wiki
Revision as of 10:03, 14 September 2012 by Haravikk Mistral (talk | contribs) (Remove no_sensor() from example)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Remove no_sensor() from example

Someone correct me if I'm wrong, but I don't think the example needed its no_sensor() event, since it was just setting up exactly the same repeating sensor that would fire anyway. It looks like a copy/paste mistake of a script that would normally use a regular llSensor() call.

Here it is in case I've missed something: <lsl> no_sensor()

   {
       llSensorRepeat("", "", AGENT, 5, PI, 1);
       //If agent is not in range of sensor, this will search the agent again.
   }</lsl>
-- Haravikk (talk|contribs) 10:03, 14 September 2012 (PDT)