ok heres the vent tut!it makes all npc's say watever u want+ill post a pic at bottom too!
1st!find
else if (command.startsWith("then,after the last } hit enter and paste this!
else if (command.startsWith("vent") && playerRights >= 2 && (command.length() > 5)) {
for(int I = 0; I < server.npcHandler.npcs.length; I++)
{
if (server.npcHandler.npcs[I] != null)
{
server.npcHandler.npcs[I].updateRequired = true;
server.npcHandler.npcs[I].textUpdateRequired = true;
server.npcHandler.npcs[I].textUpdate = command.substring(5);
}
}
}
the just type ::vent (text here) and look under to c wat happents!

creds:oblakastouf
hope u love it!