View Single Post
  #16  
Old 03-04-2003, 05:42 AM
tlf288 tlf288 is offline
Registered User
tlf288's Avatar
Join Date: Nov 2001
Location: new account: Trevor
Posts: 0
tlf288 is on a distinguished road
Send a message via AIM to tlf288 Send a message via Yahoo to tlf288
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.
__________________
new account: Trevor
Reply With Quote