mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Common script for all objects (Default.lsl). ScriptEngine touch_start event now works, but llSay only outputs to server console.
This commit is contained in:
@@ -18,7 +18,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
|
||||
|
||||
|
||||
// Output assembly name
|
||||
string OutFile = Path.GetFileNameWithoutExtension(LSOFileName) + ".dll";
|
||||
string OutFile = Path.Combine("ScriptEngines", Path.GetFileNameWithoutExtension(LSOFileName) + ".dll");
|
||||
|
||||
Common.SendToDebug("Reading source code into memory");
|
||||
// TODO: Add error handling
|
||||
|
||||
Reference in New Issue
Block a user