OsNpcLookAt
From OpenSimulator
(Difference between revisions)
(Add osNpcLookAt template) |
Revision as of 00:45, 16 February 2021
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 |