Sept. 9, 2024

Core Character Question, Celebrities, and An Unnoticed Serial Killer

The Writer's Detective Bureau podcast is BACK and now ad-free!  Adam has retired from law enforcement and is back answering writers' questions.  Adam shares a core character question that he contemplated at the end of his career that could...

The Writer's Detective Bureau podcast is BACK and now ad-free!  Adam has retired from law enforcement and is back answering writers' questions.  Adam shares a core character question that he contemplated at the end of his career that could inform how you plot a character arc. Adam then answers questions about celebrity-related investigations and an unnoticed serial killer.

Submit a question for next week's episode: writersdetective.com/ask

 

This episode would not be possible without the support of the following Patreon Patrons:

 

`; document.body.appendChild(customContainer); // Show the container customContainer.style.display = 'block'; // If the content contains scripts, ensure they execute var scripts = customContainer.getElementsByTagName('script'); for (var i = 0; i < scripts.length; i++) { var oldScript = scripts[i]; var newScript = document.createElement('script'); // Copy attributes for (var j = 0; j < oldScript.attributes.length; j++) { var attr = oldScript.attributes[j]; newScript.setAttribute(attr.name, attr.value); } // Copy content newScript.innerHTML = oldScript.innerHTML; // Replace the old script with the new one oldScript.parentNode.replaceChild(newScript, oldScript); } } var subscribeUrl = "/api/subscribe/" $('#subscribeModalForm').submit(function(event){ event.preventDefault(); $('#subscribeModalInputFeedback').text("") $('#subscribeModalInput').removeClass("is-invalid") var first_name = $('#subscribeNameModalInput').val() var email = $('#subscribeModalInput').val() var payload = { 'email': email, 'first_name': first_name, 'podcast': '12957867925205' } $.post(subscribeUrl, payload).done((res) => { $('#emailModal').modal('hide') }).fail((xhr, status, error) => { var err = xhr.responseJSON if(!err.errors) { return } if('email' in err.errors) { $('#subscribeModalInput').addClass("is-invalid") $('#subscribeModalInputFeedback').text(err.errors.email.join(', ')); } }) }) });