OsNpcStand
From OpenSimulator
(Difference between revisions)
m (Added permissions and delay information) |
|||
| Line 2: | Line 2: | ||
{{osslfunc | {{osslfunc | ||
|threat_level=High | |threat_level=High | ||
| + | |permissions=${XEngine|osslNPC} | ||
| + | |delay=0 | ||
|function_syntax=osNpcStand(key npc) | |function_syntax=osNpcStand(key npc) | ||
|csharp_syntax=void osNpcStand(LSL_Key npc) | |csharp_syntax=void osNpcStand(LSL_Key npc) | ||
Revision as of 11:05, 25 October 2017
| This article or section contains incomplete information. Please help us by completing the content on this page. |
osNpcStand(key npc)
C#: void osNpcStand(LSL_Key npc) | |
| |
| Threat Level | High |
| Permissions | ${XEngine|osslNPC} |
| Extra Delay | 0 seconds |