aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
diff options
context:
space:
mode:
authorUbitUmarov2016-01-01 23:41:25 +0000
committerUbitUmarov2016-01-01 23:41:25 +0000
commitee15c51ba475c4e56c26c60785a9e90fcd199766 (patch)
treefda00a947f62c04414dadaab46e34ea49521f0b0 /OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
parent stop avatar move to target on parcel ban enforce (diff)
downloadopensim-SC-ee15c51ba475c4e56c26c60785a9e90fcd199766.zip
opensim-SC-ee15c51ba475c4e56c26c60785a9e90fcd199766.tar.gz
opensim-SC-ee15c51ba475c4e56c26c60785a9e90fcd199766.tar.bz2
opensim-SC-ee15c51ba475c4e56c26c60785a9e90fcd199766.tar.xz
add npc create option OS_NPC_OBJECT_GROUP. with it the npc will be created with the group of the object with the script, if that object owner is member of that group. This should allow parcel access by group to work now, and not much else. The groupTitle will also be set, it the region option NoNPCGroup is not active.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
index 158acc6..4a8e885 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
@@ -763,6 +763,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
763 public const int OS_NPC_CREATOR_OWNED = 0x1; 763 public const int OS_NPC_CREATOR_OWNED = 0x1;
764 public const int OS_NPC_NOT_OWNED = 0x2; 764 public const int OS_NPC_NOT_OWNED = 0x2;
765 public const int OS_NPC_SENSE_AS_AGENT = 0x4; 765 public const int OS_NPC_SENSE_AS_AGENT = 0x4;
766 public const int OS_NPC_OBJECT_GROUP = 0x08;
766 767
767 public const string URL_REQUEST_GRANTED = "URL_REQUEST_GRANTED"; 768 public const string URL_REQUEST_GRANTED = "URL_REQUEST_GRANTED";
768 public const string URL_REQUEST_DENIED = "URL_REQUEST_DENIED"; 769 public const string URL_REQUEST_DENIED = "URL_REQUEST_DENIED";