npc = new \sammo\Scenario\NPC( $affinity, $name, $picturePath, $nationID, $locatedCity, $leadership, $strength, $intel, $birth, $death, $ego, $char, $text?:'' ); } public function run($env=null){ $result = $this->npc->build($env); return [__CLASS__, $result]; } }