OSSLNPC
From OpenSimulator
This page is under active construction
Contents |
Functions
osNpcCreate
osNpcCreate(string firstname, string lastname, vector position, string notecard):key
osNpcRemove
osNpcRemove(key npc):void
osNpcGetRot
osNpcGetRot(key npc):rotation
osNpcSetRot
osNpcSetRot(key npc, rotation rot):void
osNpcGetPos
osNpcGetPos(key npc):vector
osNpcMoveToTarget
osNpcMoveToTarget(key npc, vector position, int options):void
osNpcStopMoveToTarget
osNpcStopMoveToTarget(key npc):void
osNpcSay
osNpcSay(key npc, string message):void
osNpcLoadAppearance
osNpcLoadAppearance(key npc, string notecardNameOrUuid):void
osNpcSaveAppearance
osNpcSaveAppearance(key npc, string notecardName):key