OsNpcLookAt
From OpenSimulator
integer osNpcLookAt(key npckey, integer type, key targetkey, vector offset)
| |
Caution ! still experimental, subject to changes
This sends a viewer lookat effect relative to that npc to all avatars in region. This will make those viewers to turn the npc head and eyes in the target position plus offset, if the current head animation priority is lower than viewers defined head movement priority, usually 1. type defines what kind of event or attention. They have viewer defined priorities relative to each other Only the one with higher priority will play. type constants:
What does happen to the npc is viewer dependent For example to set normal look forward like iddle mouse osNpcLookAt(npckey, 1, npckey, <2.5, 0.0, 0.0>); // (looks to npc position plus 2.5m on x that is its front direction) | |
Threat Level | This function does not do a threat level check |
Permissions | Use of this function is always allowed by default |
Extra Delay | 0 seconds |
Notes | |
This function was added in 0.9.2.0 |