God can lift 50 lbs. He makes a rock that ways 65 lbs. He makes himself able to lift 80 lbs. Contradiction averted.
Unless you mean why is God doing heavy lifting when he could have other people doing it for him.
Why does it seem like I am having to repeat the same thing due to you
choosing to hold onto a certain part of a post, and ignoring the rest.
IT is irrelevant to compare God to a comic book author. It is not
*God writes every single detail that is going to happen*
instead it is
*God writes the beginning, lets us do a few things, makes a few middle things, allows us to do some more things, and then God finishes up the story*
We are also like a robot in a way, but also unlike the examples that were given earlier. We are not just a string of commands, instead we are more of a string of if statements, and although certain past actions may dictate the range of what the rng must fall on for certain events, they do not decide the command.
Ex
instead of
if(x happens)
{do y};
It is more like
if(x happens)
{if(previous outcome A==true)
Range.a +1% }
else
{if(previous outcome B==true)
Range.b +1% }
ect ect
{if(previous outcome2 A==true)
Range.a +1% }
else
{if(previous outcome2 B==true)
Range.b +1% }
ect ect
Math.Random
God allows randomness.