";
$bodystring .= "Name: " . $name . "
";
$bodystring .= "Level: " . $level . "
";
$bodystring .= "Last Action: " . $memberval['last_action']['relative'] . "
";
$bodystring .= "
List of revivable members in ". $data['name'] . "[" . $data['ID'] . "] (" . $revivecount . "/" .$membercount . ")
"; if($inactive === FALSE) { echo "No revivable players to report. Looks like everyone can follow instructions!"; } else { echo $bodystring; }