Motion Actuator help

I want to know how to reset the offset location and rotation using Python. I’m using v 2.65 Please don’t redirect me to the official API, because I have looked at it already and it does not answer my question. I want to know how to format it exactly. e.g. I tried

MotionActuator.offset_location = (0,0,0)
MotionActuator.offset_location = [0,0,0]
MotionActuator.offset_location = <0,0,0>
MotionActuator.offset_location = 0,0,0

And none of them worked.

what is the error message?

I haven’t been able to set up my terminal so it could show error messages. I’m usually just able to fix the problem eventually if I know what script is not functional. Not a great system. I know. Maybe I will set up notebook to work with Blender Python API.

Do you have to set op your terminal to show error messages? Can’t you just go to the window menu and pres “toggle system console”?

Yeah, but it always shows up blank for me, I haven’t been able to figure out why that happens yet.