X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=huffware%2Fhuffotronic_tools_n_testers_v6.5%2Ftouchy_feely_doro_v0.4.txt;fp=huffware%2Fhuffotronic_tools_n_testers_v6.5%2Ftouchy_feely_doro_v0.4.txt;h=0000000000000000000000000000000000000000;hb=0d8edb6dc63fa915c775b005830084935f75174c;hp=7aeaed86990f6b94f69accbd1fb9a797d8453306;hpb=29190d88923f6281801872a80811faf6c2d7943e;p=feisty_meow.git diff --git a/huffware/huffotronic_tools_n_testers_v6.5/touchy_feely_doro_v0.4.txt b/huffware/huffotronic_tools_n_testers_v6.5/touchy_feely_doro_v0.4.txt deleted file mode 100755 index 7aeaed86..00000000 --- a/huffware/huffotronic_tools_n_testers_v6.5/touchy_feely_doro_v0.4.txt +++ /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"); - } -}