OsNpcSit

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (New page: {{content}} {{osslfunc |threat_level=High |function_syntax=osNpcSit(key npc, key target, integer options) |csharp_syntax=void osNpcSit(LSL_Key npc, LSL_Key target, int options) |ossl_examp...)
 
Line 5: Line 5:
 
|csharp_syntax=void osNpcSit(LSL_Key npc, LSL_Key target, int options)
 
|csharp_syntax=void osNpcSit(LSL_Key npc, LSL_Key target, int options)
 
|ossl_example=
 
|ossl_example=
|description=*Makes an NPC sit on an object.
+
|description=
 +
*Makes an NPC sit on an object.
 +
*Options - OS_NPC_SIT_NOW.  Makes the npc instantly sit on the prim, it will not walk/fly over if it is far away.  Currently the only option since this function is in development.
 
|additional_info=This function is currently under development, and is not guaranteed to work!
 
|additional_info=This function is currently under development, and is not guaranteed to work!
 
|
 
|
 
}}
 
}}

Revision as of 15:51, 21 October 2011

osNpcSit(key npc, key target, integer options)
C#: void osNpcSit(LSL_Key npc, LSL_Key target, int options)
  • Makes an NPC sit on an object.
  • Options - OS_NPC_SIT_NOW. Makes the npc instantly sit on the prim, it will not walk/fly over if it is far away. Currently the only option since this function is in development.
Threat Level High
Permissions No permissions specified
Extra Delay No function delay specified
Notes
This function is currently under development, and is not guaranteed to work!
Personal tools
General
About This Wiki