OsNpcRemove
From OpenSimulator
(Difference between revisions)
| Line 6: | Line 6: | ||
</source> | </source> | ||
| | | | ||
| − | ossl_example = | + | ossl_example = See [[osNpcCreate]] example. |
| | | | ||
| − | additional_info = | + | additional_info = *Removes the avatar who has specified by '''npc'''. |
| + | *If the '''npc''' is the uuid of any agent(or users, not NPC), this function will silently fail, not erasing existing avatar. | ||
| | | | ||
}} | }} | ||
Revision as of 04:05, 30 June 2011
osNpcRemove(key npc); | |
| No descriptions provided | |
| Threat Level | High |
| Permissions | No permissions specified |
| Extra Delay | No function delay specified |
| Example(s) | |
| See osNpcCreate example. | |
| Notes | |
*Removes the avatar who has specified by npc.
| |