NPC Code:
if (playertouchsme) {
message Listen to frickin Kai! k?;
set asked;
}
if (playerchats && asked) {
if (strequals(#c,Ok)) {
message Thank you, he is the smartest being ya know!;
}
else if (strequals(#c,No)) {
message Well then your just a dope...;
}
else if (strequals(#c,Why)) {
message Becasue he is the smartest being, duh!;
}
sleep3;
message;
}
Comment the sleep3 and message to make it so the message doesn't clear.