Citarscreen_save(fname) Saves a bmp image of the screen in the given filename. Useful for making screenshots.O bien:
screen_save_part(fname,x,y,w,h) Saves part of the screen in the given filename.
Citarsurface_save(id,fname) Saves a bmp image of the surface in the given filename. Useful for making screenshots.
surface_save_part(id,fname,x,y,w,h) Saves part of the surface in the given filename.