View Single Post
  #9  
Old 07-16-2006, 08:22 AM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
PHP Code:
function onCreated() {
  
"Penguin";
}

function 
onPlayerchats() {
  if (
player.chat == "hello") {
    
message("I am a" SPC e);
  }

Now when a player says hello in the room with that NPC, it will reply "I am a Penguin".
Reply With Quote