From 1b1808d45db249dbc9a82ca60dfdc852f51e958c Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Fri, 14 Sep 2007 09:25:07 +0000 Subject: * fixed script compilation * reversed //c# - if * rightifyed what's actually converted --- .../ScriptEngine/DotNetEngine/Compiler/c_sharp_example.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/c_sharp_example.txt (limited to 'OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/c_sharp_example.txt') diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/c_sharp_example.txt b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/c_sharp_example.txt new file mode 100644 index 0000000..a39d1db --- /dev/null +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/c_sharp_example.txt @@ -0,0 +1,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"); + } + +}} \ No newline at end of file -- cgit v1.1