A long time ago, my office wrote a lisp file which handles layers. For instance, if I type "cstn" it creates a layer "-NPLT-CONSTRUCTION" which has a color of "4" and a linetype of "Dashed2". If the layer already exists, it makes it current. The script reads "(defun c:cstn () (LAYSET "-NPLT-CONSTRUCTION" "4" "Dashed2")) Well, that was before we knew you could make a layer "non-plot." The "-layer" command shows a "Plot" option that offers a "Plot/No plot" option. When I try to add this to the end of the above lisp as "P" "N", I get the message "; error: too many arguments." Does this mean I can't make the layer a non-plot layer at its creation? Or am I just doing it wrong? Any help will be appreciated. Read Ya Later -KLYPH