예제 #1
0
 public function onEnter(SR_Player $player)
 {
     if (false === parent::onEnter($player)) {
         return false;
     }
     return $this->teleportInside($player, $this->getExitLocation());
 }
예제 #2
0
파일: Exit.php 프로젝트: sinfocol/gwf3
 public function onEnter(SR_Player $player)
 {
     $party = $player->getParty();
     $party->giveKnowledge('places', 'Renraku_Reception');
     return parent::onEnter($player);
 }