hey guys
i have change my npc words but he keep saying same as befor it didnt change at all
befor
dialog.Text("The helper classes Teleport Assistant Master to learn and join top class pk,");
dialog.Option("Enter Class room.", 1);
dialog.Option("No Thnx.", 255);
dialog.Send();
break;
}
now
dialog.Text("The helper classes Teleport Assistant Master to learn and join top class pk,");
dialog.Option("Enter Class room.", 1);
dialog.Option("No Thnx idiot .", 255);
dialog.Send();
break;
}
i only removed that word from NPC and it still say it..... is there another way to change it ??!! please help me