Paul McCusker

Paul McCusker is an American writer and producer. He is best known for his work on Adventures in Odyssey, a nationally syndicated radio drama, and for his work with Focus on the Family's Radio Theatre. He has written over 50 books, 21 plays and 4 musicals. His best known works are the play "Catacombs", the novels The Mill House and Epiphany, and his audio adaptations of C.S. Lewis's works.

Paul McCusker
Born (1958-10-03) October 3, 1958
OccupationWriter, producer, director
Years active1981 present
Spouse(s)Elizabeth McCusker
Children2
Websitewww.paulmccusker.com

Career

McCusker grew up in Bowie, Maryland. He graduated from college with a degree in journalism and spent several years writing copy for a local publisher. From the late 1970s, he began writing sketches and plays for his church, Grace Baptist, many of which were published and are still in print. Among his most popular plays are "Catacombs"[1] and "First Church of Pete's Garage".[2]

In 1985, McCusker moved to California to write for Continental Singers and their touring drama group The Jeremiah People. In 1987, he was invited by Focus on the Family to help develop a radio show for kids, which later became Adventures in Odyssey.[3] He still consults on the show's scripts and writes them on occasion. He has also written 18 tie-in novels, including the "Passages" series.

In the late 1990s, McCusker developed Focus on the Family's Radio Theatre.[4] He has also dramatized C.S. Lewis's The Chronicles of Narnia, as well as A Christmas Carol, Les Misérables, Amazing Grace, the Father Gilbert Mysteries and The Screwtape Letters. He won a Peabody Award in 1997 for his work on Bonhoeffer: The Cost of Freedom. Paul also writes novels, The Mill House and Epiphany being perhaps the best-known, and TSI: The Gabon Virus (2009) his most recent, which was co-written with Dr. Walt Larimore.

Paul has continued his audio drama efforts with the Augustine Institute, writing and directing Brother Francis, The Trials of Saint Patrick, and Ode to Saint Cecilia

Personal life

Paul McCusker now lives in Colorado Springs, Colorado with his wife Elizabeth and two children; Thomas and Elanor. In 2007 he converted to Catholicism.[5]

gollark: If you configured it wrong during setup of whatever this is somehow, then it won't match. PotatOS has the law enforcement access mechanism (PS#7D7499AB) which also currently doubles as "forgot password" handling, but not every OS does that.
gollark: How do you know your password is the right one?
gollark: I should assign unique IDs to the other sandbox escape bugs.
gollark: My "fix" is this:```lua--[["Fix" for bug PS#E9DCC81BSummary: `pcall(getfenv, -1)` seemingly returned the environment outside the sandbox.Based on some testing, this seems like some bizarre optimization-type feature gone wrong.It seems that something is simplifying `pcall(getfenv)` to just directly calling `getfenv` and ignoring the environment... as well as, *somehow*, `function() return getfenv() end` and such.The initial attempt at making this work did `return (fn(...))` instead of `return fn(...)` in an attempt to make it not do this, but of course that somehow broke horribly. I don't know what's going on at this point.This is probably a bit of a performance hit, and more problematically liable to go away if this is actually some bizarre interpreter feature and the fix gets optimized away.Unfortunately I don't have any better ideas. Also, I haven't tried this with xpcall, but it's probably possible, so I'm attempting to fix that too.]]local real_pcall = pcallfunction _G.pcall(fn, ...) return real_pcall(function(...) local ret = {fn(...)} return unpack(ret) end, ...)end local real_xpcall = xpcallfunction _G.xpcall(fn, handler) return real_xpcall(function() local ret = {fn()} return unpack(ret) end, handler)end```which appears to work at least?
gollark: Fixed, but I don't really know how or why.

References

  1. Morford, Jessica (April 24, 2003). "'Catacombs:' script - unrealistic, presentation - decent". The Omnibus. Archived from the original on July 15, 2011. Retrieved March 28, 2010.
  2. "Dinner theater has teens trying to start church". The Atlanta Journal-Constitution. March 3, 2007. Retrieved March 28, 2010.
  3. "Producer feels real drama by winning 'Spinal Exam'". Gazette Telegraph. May 15, 1992. Retrieved March 28, 2010.
  4. Deutsch, Ken (December 12, 2008). "'Radio Theatre': Tales With a Message". Radio World. Archived from the original on May 3, 2009. Retrieved March 28, 2010.
  5. Drake, Tim (2 June 2010). "Storyteller Says the Greatest Story Led Him to the Church". National Catholic Register. Retrieved 5 April 2017.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.