Add osNpcPlayAnimation and osNpcStopAnimation which respect ownership as well

This commit is contained in:
Melanie
2012-01-06 22:59:08 +00:00
parent a34278cfc3
commit a47aa46962
3 changed files with 56 additions and 0 deletions

View File

@@ -185,6 +185,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
void osNpcSit(key npc, key target, int options);
void osNpcStand(LSL_Key npc);
void osNpcRemove(key npc);
public void osNpcPlayAnimation(LSL_Key npc, string animation);
public void osNpcStopAnimation(LSL_Key npc, string animation);
LSL_Key osOwnerSaveAppearance(string notecard);
LSL_Key osAgentSaveAppearance(key agentId, string notecard);