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 are within 100 metres of this prim. llShout(-123456, "I was touched by " + llDetectedName(0)); } }