Changes to the following commands or system variables may affect pre-existing scripts:
(command "menuload" "myMenu.mnu")
(acad_truecolordlg color [allowbylayer]
[currentlayercolor]).
Prompts for colors through a dialog box. The color parameter is a
dotted pair describing the default color; the first element of the
dotted pair must be one of the color-related DXF group codes (62,
420, or 430). If the allowbylayer parameter is present and is not
nil, the ByLayer and ByBlock buttons are shown. When the operation
is successful, the function returns a list of one or more dotted
pairs describing the color selected. The last dotted pair in the
list indicates the color selected. The function returns nil if the
user cancels the dialog box.
(acad_truecolorcli color [allowbylayer]
[alternatePrompt]).
Prompts for colors at the command line. The first two parameters
are identical to acad_truecolordlg, and the third parameter is an
optional prompt string. If this string is omitted, the default
value is "New color."