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:
Tedd Hansen
2007-08-13 20:55:07 +00:00
parent a63fb0147b
commit 79dc1a4f7d
11 changed files with 40 additions and 20 deletions

View File

@@ -197,10 +197,10 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
//}
foreach (Type _t in a.GetTypes())
{
Console.WriteLine("Type: " + _t.ToString());
}
//foreach (Type _t in a.GetTypes())
//{
// Console.WriteLine("Type: " + _t.ToString());
//}
Type t;
//try