OsNpcSit

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (Robot: Replacing 'OpenSim' to 'OpenSimulator', which is the precise name)
Line 1: Line 1:
{{content}}
 
 
{{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, it will not walk/fly over if it is far awayCurrently the only option since this function is in development.
+
*Options - OS_NPC_SIT_NOW.  Makes the npc instantly sit on the prim.  This is the default option.
|additional_info=This function is currently under development, and is not guaranteed to work or to remain unchanged before OpenSimulator 0.7.3.
+
 
|
 
|
 
}}
 
}}

Revision as of 14:45, 30 April 2013

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. This is the default option.
Threat Level High
Permissions No permissions specified
Extra Delay No function delay specified
General
About This Wiki