1 2 3 4 5 6 7 8 9 10 11 12
//c# namespace SecondLife { public class Script : OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL.LSL_BaseClass { public Script() { } public void default_event_state_entry( ) { llSay(0, "testing, I've been touched"); } }}