Syntax: get image imageNo,left,top,right,bottom
imageNo is the number of the image you want to create. Each image has a separate number.
Left : left edge of the image you are grabbing (in pixels)
Top : top edge of the image you are grabbing (in pixels)
Right : right edge of the image you are grabbing (in pixels)
Bottom : bottom edge of the image you are grabbing (in pixels)
Get image grabs and image from the current bitmap, which is usually the last bitmap you created or if you didnt create one the screen itself. The top edge of a bitmap is always 0, as is the left edge, but you dont have to grab from the top or left edges. The right and bottom edges depend on the bitmap's size.
I would be unstoppable if I could just get started...