saving frames under game engine

How can I save the screen when I play my game in Blender? Some python script?

Yes!! There’s one somewhere that makes a screenshot a saveit in TGA format.
Do a search in the site, otherwise i can send it to you (if i find it in my HD mess!!)
Bye
António

in python the code is

import Rasterizer
Rasterizer.makeScreenshot("FULL_FILENAME")

oh thanks, I will try it