scores(); // If speed is not reduced half or score is larger if ( $health_scores[ 'speed_before' ] <= $health_scores[ 'speed_after' ] * 2 || $health_scores[ 'score_before' ] >= $health_scores[ 'score_after' ] ) { return; } //********** Can show now **********// $this->_promo_true = true; if ( $check_only ) { return; } ?>