default { touch_start(integer count) { // Send a message on a specific negative channel // The message will only be received by scripted prims that are listening on that channel, // and that are within 10 metres of this prim. llWhisper(-123456, "I was touched by " + llDetectedName(0)); } }