Any suggestions bullet impact script that works on Blender 2.65

Hello there. This is my first post.
I get the concept of using the ray sensor in the logic blocks to do things if it senses something. But I need a hit point python script unless there is a way to do it on logic blocks. Any help or guidance is appreciated. Thanks

You’ll have to use a Python script to get the hit position. You can use either the hitPosition property on the ray sensor logic brick or the rayCast method.