OsNpcLookAt
From OpenSimulator
integer osNpcLookAt(key npckey, integer type, key targetkey, vector offset)
| |
| |
| 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 |
| Example(s) | |
// // Example of osNpcLookAt // default { state_entry() { ... osNpcLookAt(...); ... } } | |
| Notes | |
| This function was added in 0.9.2.0 | |