Applied Patch mantis 1220. Implements llGetStartParameter. Thanks!

This commit is contained in:
Teravus Ovares
2008-05-14 05:43:21 +00:00
parent 6a1b787436
commit 39eb39c0d5
3 changed files with 17 additions and 2 deletions

View File

@@ -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;