Resume scripts that have been rezzed from a prim
parent
85d2e21558
commit
92fea025cb
|
@ -2699,6 +2699,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
|||
// objects rezzed with this method are die_at_edge by default.
|
||||
new_group.RootPart.SetDieAtEdge(true);
|
||||
|
||||
new_group.ResumeScripts();
|
||||
|
||||
m_ScriptEngine.PostObjectEvent(m_host.LocalId, new EventParams(
|
||||
"object_rez", new Object[] {
|
||||
new LSL_String(
|
||||
|
|
Loading…
Reference in New Issue