X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=huffware%2Fhuffotronic_updater_freebie_v5.3%2Ftake_touches_v0.2.txt;fp=huffware%2Fhuffotronic_updater_freebie_v5.3%2Ftake_touches_v0.2.txt;h=62af88d2a89f35456c74aff3e4798543f296b992;hb=a59f61944bc31df9631c3f002db083442ae3b2f0;hp=0000000000000000000000000000000000000000;hpb=053da0928147da04afb4dd2ee06c77810b023a91;p=feisty_meow.git diff --git a/huffware/huffotronic_updater_freebie_v5.3/take_touches_v0.2.txt b/huffware/huffotronic_updater_freebie_v5.3/take_touches_v0.2.txt new file mode 100755 index 00000000..62af88d2 --- /dev/null +++ b/huffware/huffotronic_updater_freebie_v5.3/take_touches_v0.2.txt @@ -0,0 +1,19 @@ + +// 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. + } +} +