Talk:LlSensorRemove
Revision as of 09:03, 14 September 2012 by Haravikk Mistral (talk | contribs) (Remove no_sensor() from example)
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)