default { state_entry() { llSay(0, "Hello World!"); } touch_start(integer t) { llSay(0, "Hello, " + llDetectedName(0)); } }