updating to latest huffware set.
[feisty_meow.git] / huffware / huffotronic_tools_n_testers_v6.1 / touchy_feely_doro_v0.4.txt
diff --git a/huffware/huffotronic_tools_n_testers_v6.1/touchy_feely_doro_v0.4.txt b/huffware/huffotronic_tools_n_testers_v6.1/touchy_feely_doro_v0.4.txt
deleted file mode 100755 (executable)
index 7aeaed8..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-
-// 
-// used to control the door into the inner chamber of the old garleon
-// land, where we had a basement with a crypt door.  this was in the rocks
-// near the door.  it actually will work with any tl linked door script set
-// to our 108 channel, but it currently shouts, which will fling all the nearby
-// doors open.
-
-default
-{
-    state_entry()
-    {
-    }
-
-    touch_start(integer total_number)
-    {
-        if (llSameGroup(llDetectedKey(0))) llShout(108, "toggle");
-    }
-}