Skip to content

Instantly share code, notes, and snippets.

@youhei
Created October 31, 2008 06:20
Show Gist options
  • Save youhei/21242 to your computer and use it in GitHub Desktop.
Save youhei/21242 to your computer and use it in GitHub Desktop.
//Causes Object to look at nearest Avatar.
default
{
state_entry()
{
llSensorRepeat("", "", AGENT, 20.0, PI, 0.2);
}
sensor(integer total_number)
{
llLookAt( llDetectedPos(0) + <0.0, 0.0, 1.0>, 3.0, 1.0 );
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment