*Added a Few External Checks relating to scripts including the seperation of runscript into 3 different situations (Rez, start stop)

This commit is contained in:
mingchen
2008-05-28 23:20:01 +00:00
parent b0be8075cd
commit 1d38510bd2
4 changed files with 107 additions and 9 deletions

View File

@@ -49,6 +49,7 @@ namespace OpenSim.Region.Environment.Scenes
SceneObjectPart part = GetChildPart(localID);
if (part != null)
{
part.StartScript(itemID);
}