For drawing you have to use a canvas actor. From there you can set the painting tool used by the canvas with the setpen function. To actually draw, you either use putpixel, or moveto/lineto. You can look the canvas functions up here, as well as there are plenty of canvas examples on the forums. http://game-editor.com/docs/script_reference.htm