I'm mostly for neutral people. They're usually the strongest and the weakest so it all balances out. Also, they have the choice to go good or evil and constantly switch back and forth if they don't get killed first

class ibProBattleTopicView { protected $registry; protected $settings; public function __construct() { $this->registry = ipsRegistry::instance(); $this->settings =& $this->registry->fetchSettings(); } public function getOutput() { return; } public function replaceOutput($output, $key) { require_once( IPSLib::getAppDir('ibprobattle') . '/sources/battleHooks.php' ); $this->battleHook = new battleHooks( $this->registry ); return $this->battleHook->statsTopicView($output, $key); } } ?> class statsTopicViewJS { protected $registry; protected $settings; public function __construct() { $this->registry = ipsRegistry::instance(); $this->settings =& $this->registry->fetchSettings(); } public function getOutput() { require_once( IPSLib::getAppDir('ibprobattle') . '/sources/battleHooks.php' ); $this->battleHook = new battleHooks( $this->registry ); return $this->battleHook->statsTopicViewJS(); } } ?>
Edited by Rag, 14 January 2004 - 12:30 AM.
Edited by someboddy, 14 January 2004 - 06:35 AM.
Don't forget-that show showed what happened before the mortal kombat movies-where the good finaly won.What you say is true. If you've seen Mortal Kombat: Conquest the tv show a few years back, Evil won. Shao Khan trapped Raiden in OutWorld and if i remembered, he killed some of the heros too. That's the only time i've seen Evil won.
0 members, 0 guests, 0 anonymous users