DrawPic

void DrawPic(number picNum, [number animation, bool clear, number defaultPalette])

Draws a picture on the screen. The last three parameters are optional. If specified, they can define how the picture is displayed. If unspecified, the last used (or default) parameters are used.

Example
DrawPic(100 dpCLOSEREOPEN_EDGECENTER dpCLEAR 1)
/* draws PIC.100 closing the existing picture from center to the edges, reopens with the new picture from the edges to center, clearing the screen before drawing and using palette[1] as the default. */