For the few that are interested in the scripting side of things here is a brief tutorial explaning the basics behind using MAXScript and MAXScript Listener.
The listener is an "interactive interpreter" for MAXScript language, When you enter the commands in this window, they are executed immediatly.
Its handy for performing interactive work and developing small code fragments, as instant execution can only really be used for small pieces of modelling ( kinda gets complicated if you wanna do a whole project in it )
To Access the Listener:
Utilities > Utlities rollout select MAXScript > Open Listener
