when I say found, i mean they have pressed the use key on that object
hope you understand
on:start { s2:diary blah,blah; }
on:trigger { s2:diary { }
on:trigger { s2:diary blah, blah; [b]s2:free "self";[/b] }
find=23,90,2 find=254,40,3 find=21,90,7 find=23,300,1,1,88
### Headphone id=121 name=Headphone group=stuff icon=gfx\Headphone.bmp model=gfx\Headphone.b3d shine=0.9 mat=metal weight=25 scale=0.5 info=Neat!, now i can have some music. script=start 	on:use { 		:>:play "music.wav"; 		msg "Totally cool!",4; 		process "listening",2000; 	} 	on:eat { 		speech "negative"; 		msg "Use the use button",3; 	} script=end