default { state_entry() { llSay(0, "I exist!"); } touch_start(integer detected) { llSay(0,"Hello "+llDetectedName(0)); } }