#draw.Cmd # This will make one sketch of a person or location. You must have three of the *same supply type* [crayon, pastel, pen, pencil] and a "stow" set for it to work properly. You also do not have to tear the pad ahead of time, as it's built into the script. The person variable is -optional- Leaving it blank will result in a landscape sketch. This will work unfocused or focused. If you find you have lag problems, increase the 2 second pauses to 3 or 4. # Format: .draw [person] # Example: .draw pastel Mason // .draw pencil put get pad put tear pad pause 1 put stow pad put get %1 put sketch %2 pause 2 put stow %1 put get second %1 put sketch %2 pause 2 put stow %1 put get third %1 put sketch %2 pause 2 put stow %1 put appraise sketch pause 5 put stow sketch echo ************** echo * FINISHED * echo **************