aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/caches/ScriptEngines/00000000-0000-0000-0000-000000009999/CommonCompiler_source_CommonCompiler_compiled_9f11c068-b244-455a-91f9-ce1541f897f8.lsl
diff options
context:
space:
mode:
Diffstat (limited to 'caches/ScriptEngines/00000000-0000-0000-0000-000000009999/CommonCompiler_source_CommonCompiler_compiled_9f11c068-b244-455a-91f9-ce1541f897f8.lsl')
-rw-r--r--caches/ScriptEngines/00000000-0000-0000-0000-000000009999/CommonCompiler_source_CommonCompiler_compiled_9f11c068-b244-455a-91f9-ce1541f897f8.lsl18
1 files changed, 0 insertions, 18 deletions
diff --git a/caches/ScriptEngines/00000000-0000-0000-0000-000000009999/CommonCompiler_source_CommonCompiler_compiled_9f11c068-b244-455a-91f9-ce1541f897f8.lsl b/caches/ScriptEngines/00000000-0000-0000-0000-000000009999/CommonCompiler_source_CommonCompiler_compiled_9f11c068-b244-455a-91f9-ce1541f897f8.lsl
deleted file mode 100644
index f93eb05..0000000
--- a/caches/ScriptEngines/00000000-0000-0000-0000-000000009999/CommonCompiler_source_CommonCompiler_compiled_9f11c068-b244-455a-91f9-ce1541f897f8.lsl
+++ /dev/null
@@ -1,18 +0,0 @@
1using OpenSim.Region.ScriptEngine.Shared;
2using System.Collections.Generic;
3
4namespace SecondLife
5{
6 public class XEngineScript : OpenSim.Region.ScriptEngine.XEngine.ScriptBase.XEngineScriptBase
7 {
8 public XEngineScript(System.Threading.WaitHandle coopSleepHandle) : base(coopSleepHandle) {}
9
10 public void default_event_state_entry()
11 {
12 opensim_reserved_CheckForCoopTermination();
13 llSay(new LSL_Types.LSLInteger(0), new LSL_Types.LSLString("Thin Lizzy"));
14 llSleep(new LSL_Types.LSLInteger(60));
15 }
16
17 }
18} \ No newline at end of file