Add osOwnerSaveAppearance() to help with setting up NPC appearances. Not yet ready for user use.

Adds regression test.
This commit is contained in:
Justin Clark-Casey (justincc)
2011-08-09 22:05:47 +01:00
parent 57cc180fd5
commit 795c8e6c22
5 changed files with 157 additions and 10 deletions

View File

@@ -508,6 +508,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
m_OSSL_Functions.osNpcRemove(npc);
}
public LSL_Key osOwnerSaveAppearance(string notecardName)
{
return m_OSSL_Functions.osOwnerSaveAppearance(notecardName);
}
public OSSLPrim Prim;
[Serializable]