OsNpcSit
From OpenSimulator
(Difference between revisions)
m (Robot: Replacing 'OpenSim' to 'OpenSimulator', which is the precise name) |
|||
Line 1: | Line 1: | ||
− | |||
{{osslfunc | {{osslfunc | ||
|threat_level=High | |threat_level=High | ||
Line 7: | Line 6: | ||
|description= | |description= | ||
*Makes an NPC sit on an object. | *Makes an NPC sit on an object. | ||
− | *Options - OS_NPC_SIT_NOW. Makes the npc instantly sit on the prim | + | *Options - OS_NPC_SIT_NOW. Makes the npc instantly sit on the prim. This is the default option. |
− | + | ||
| | | | ||
}} | }} |
Revision as of 13:45, 30 April 2013
osNpcSit(key npc, key target, integer options)
C#: void osNpcSit(LSL_Key npc, LSL_Key target, int options) | |
| |
Threat Level | High |
Permissions | No permissions specified |
Extra Delay | No function delay specified |