Dragon Ball Z: The Fall of Men

The Dragon Ball Z: The Fall of Men live-action fan film has arrived!

Created by BlackSmokeFilms, The Fall of Men is an original adaptation of the Future Trunks timeline.

Produced in France by dedicated Dragon Ball fans, this is an unnofficial work.

Enjoy!



//Get only the approved comments $args = array( 'status' => 'approve' ); // The comment Query $comments_query = new WP_Comment_Query; $comments = $comments_query->query( $args ); // Comment Loop if ( $comments ) { foreach ( $comments as $comment ) { echo '

' . $comment->comment_content . '

'; } } else { echo 'No comments found.'; }