for (dEntity talker : talkers.filter(dEntity.class)) {
Entity entity = talker.getBukkitEntity();
if (entity != null) {
context.setTalker(entity);
new DenizenSpeechController(entity).speak(context);
}
else {
dB.echoDebug(scriptEntry, "Chat Talker is not spawned! Cannot talk.");
}