Avatar Key Script

Written by Kitsune
default
{
    touch_start(integer number)
    {
        llOwnerSay("The key to who touched me is: " +(string)llDetectedKey(0));
    }
}