OsNpcSit
From OpenSimulator
(Difference between revisions)
m (Added permissions and delay information) |
m (Added note stating which version of OpenSim introduced this function) |
||
Line 14: | Line 14: | ||
*** At OpenSimulator 0.7.5 and later, if the prim is further than 10 meters away then nothing will happen. | *** At OpenSimulator 0.7.5 and later, if the prim is further than 10 meters away then nothing will happen. | ||
*** Before OpenSimulator 0.7.5, if the prim is further than 10 meters away then the avatar will attempt to walk over to the prim but will not sit when it reaches it. | *** Before OpenSimulator 0.7.5, if the prim is further than 10 meters away then the avatar will attempt to walk over to the prim but will not sit when it reaches it. | ||
− | | | + | |additional_info=This function was added in 0.7.2-post-fixes |
}} | }} |
Revision as of 07:57, 15 October 2018
osNpcSit(key npc, key target, integer options)
C#: void osNpcSit(LSL_Key npc, LSL_Key target, int options) | |
| |
Threat Level | High |
Permissions | ${XEngine|osslNPC} |
Extra Delay | 0 seconds |
Notes | |
This function was added in 0.7.2-post-fixes |