Well, this will let NPC'S Say mutiple things.
Code:

Your msg here.
then after it comes Text2:
Code:

Your msg here.
Open NpcHandler.Java

find
Code:

Moo
After the last 2 brackets add:
Code:

if (npcs[i].npcType == XX2) { // Final
if (misc.random2(5) == 1) {
npcs[i].updateRequired = true;
npcs[i].textUpdateRequired = true;
npcs[i].textUpdate = "Final Owns! ";
}
if (misc.random2(5) == 4) {
npcs[i].updateRequired = true;
npcs[i].textUpdateRequired = true;
npcs[i].textUpdate = "Final Owns 2! ";
}
}

XX2 = NPC Id

rep r be apperciated =p
[nah jk rep if u want]



Post if u liked



`Java