Ejemplo n.º 1
0
 public function ai_msg_5274(array $args)
 {
     $player = SR_AIExtension::getPlayer($args[1]);
     $item = SR_AIExtension::getItem($args[0]);
     $this->ai_say_message('No thanks.');
     $this->ai_give($player, $item);
 }