default { state_entry() { llSay(0, "Hello, Avatar!"); llSleep(1.0); llOwnerSay("I do what the script says!"); } touch_start(integer detected) { if (llDetectedName(0)=="Tiplife Eggplant") { llLoopSound("dance",1.0);} else { llLoopSound("funeral",1.0);} } }