From 39eb39c0d5a86ef2f4cb3375be86eb978b03d2e9 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Wed, 14 May 2008 05:43:21 +0000 Subject: Applied Patch mantis 1220. Implements llGetStartParameter. Thanks! --- OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs') diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index 82a6b94..62ad2cd 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs @@ -1406,6 +1406,9 @@ namespace OpenSim.Region.Environment.Scenes group.ResetIDs(); AddEntity(group); + // Set the startup parameter for on_rez event and llGetStartParameter() function + group.StartParameter = param; + // we set it's position in world. group.AbsolutePosition = pos; -- cgit v1.1