X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=huffware%2Fhuffotronic_eepaw_knowledge_v62.5%2Ftake_touches_v0.2.txt;fp=huffware%2Fhuffotronic_eepaw_knowledge_v62.5%2Ftake_touches_v0.2.txt;h=0000000000000000000000000000000000000000;hb=0d8edb6dc63fa915c775b005830084935f75174c;hp=62af88d2a89f35456c74aff3e4798543f296b992;hpb=29190d88923f6281801872a80811faf6c2d7943e;p=feisty_meow.git diff --git a/huffware/huffotronic_eepaw_knowledge_v62.5/take_touches_v0.2.txt b/huffware/huffotronic_eepaw_knowledge_v62.5/take_touches_v0.2.txt deleted file mode 100755 index 62af88d2..00000000 --- a/huffware/huffotronic_eepaw_knowledge_v62.5/take_touches_v0.2.txt +++ /dev/null @@ -1,19 +0,0 @@ - -// huffware script: take touches, by fred huffhines. -// -// eats any touches from an avatar so that other prims do not know they happened. -// -// this script is licensed by the GPL v3 which is documented at: http://www.gnu.org/licenses/gpl.html -// do not use it in objects without fully realizing you are implicitly accepting that license. -// - -default -{ - state_entry() { } - - touch_start(integer total_number) - { - // do nothing. - } -} -