示例#1
0
 public function onNPCTalk(SR_Player $player, $word, array $args)
 {
     if (true === $this->onNPCQuestTalk($player, $word, $args)) {
         return true;
     }
     if (Shadowlang::hasLangNPC($this, $player, $word)) {
         return $this->rply($word, $args);
     }
     return $this->rply('default', $args);
 }