Using the MAXScript Listener

The MAXScript Listener is a combination of text editor and command prompt window. MAXScript executes the commands you write when you press ENTER, but you can also scroll through the text to re-execute existing commands, or edit them and then have MAXScript execute the modified code.

Listener has the following features:

Text Type Variable Default Color
typed input text inputTextColor black
output text outputTextColor blue
error message text messageTextColor red
listener background color listenerBackgroundColor white
macro recorder background color macroRecorderBackgroundColor color 219 195 195
macro recorder text color macroRecorderTextColor black
python mode prompt color pythonPromptColor color 255 100 0

For commands within the Listener window, see Listener Commands.