I'd use those commands in the onstart event. I reckon this code should achieve what you're after:

onstart{ setLinearDamping(0.0) setAngularDamping([0.0,0.0,0.0]) }

Edited, didn't try it originally 😳