次のスクリプトは、グリッドをオンに切り替え、グローバル線種尺度を 3.0 に、現在の画層を画層 0 に、色を赤に設定します。
スクリプト ファイルには、次のようにコメントを追加できます。
; Turn grid on grid on ; Set scale for linetypes ltscale 3.0 ; Set current layer and its color layer set 0 color red 0 ; Blank line above to end the LAYER command