function onPlayerTouchsMe() { for (temp.n: level.npcs) { if (temp.n.name.starts("localnpc")) { temp.n.destroy(); } }}