;; [INSERT INCEPTION SOUND EFFECTS HERE]
;; Preface: I've built a lisp routine that generates a script. The script then runs a SECOND lisp routine on a series of drawings.
;; I'm having serious trouble passing information from the first lisp routine to the second lisp routine.
;; The first lisp rout...