diff options
* Extended Script API with GetRandomAvatar
* The script will now get a IScriptEntity to it's host object with get/sets
* The script gets a IScriptReadnlyEntity interface to entities other than the host object.
* the test script now follows a random avatar.
Diffstat (limited to 'OpenSim.RegionServer/world/scripting/Script.cs')
-rw-r--r-- | OpenSim.RegionServer/world/scripting/Script.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim.RegionServer/world/scripting/Script.cs b/OpenSim.RegionServer/world/scripting/Script.cs index 3997b41..48c18ff 100644 --- a/OpenSim.RegionServer/world/scripting/Script.cs +++ b/OpenSim.RegionServer/world/scripting/Script.cs | |||
@@ -7,8 +7,7 @@ namespace OpenSim.RegionServer.world.scripting | |||
7 | { | 7 | { |
8 | public class Script | 8 | public class Script |
9 | { | 9 | { |
10 | private LLUUID m_scriptId; | 10 | private LLUUID m_scriptId; |
11 | |||
12 | public virtual LLUUID ScriptId | 11 | public virtual LLUUID ScriptId |
13 | { | 12 | { |
14 | get | 13 | get |