I hope you don't think I am spamming.. have a list of questions.. this is supposed to switch the LTS when toggling back and forth from PS to MS by using the dimscale SYS VAR (adding it to the acad2000doc.lsp).. well it does not work. any ideas? (defun ChangedLayout (reactor layout / ) (if (= (nth 0 layout) "Model")(setvar "ltscale" (getvar "dimscale"))(prong (setvar "ltscale" ) (setvar "psltscale" 1))) ) (if (not *LayoutLTS*) (setq *LayoutLTS* (VLR-Miscellaneous-Reactor nil '((:VLR-layoutSwitched . ChangedLayout)))))