Changed so "BuiltIn_Commands" given to scripts is easily extendable. Added new OSSL_BuilIn_Commands class where we can start adding our own modular commands.

This commit is contained in:
Tedd Hansen
2008-02-24 15:45:20 +00:00
parent 95def8c636
commit 2cd85e15dc
7 changed files with 170 additions and 7 deletions
@@ -91,7 +91,7 @@ namespace OpenSim.Region.ScriptEngine.LSOEngine
// this private copy will contain Read-Only FullitemID so that it can bring that on to the server whenever needed.
LSL_BuiltIn_Commands LSLB = new LSL_BuiltIn_Commands(m_scriptEngine, m_host, localID, itemID);
BuilIn_Commands LSLB = new BuilIn_Commands(m_scriptEngine, m_host, localID, itemID);
// Start the script - giving it BuiltIns
CompiledScript.Start(LSLB);