function onPlayerTouchsMe(){ for (temp.var : npcs) { if (temp.var.nick == "Rupert") { temp.var.chat = "I'm Rupert!"; break; } }}