Welcome to the "Learning MAXScript" section.
This introductory reference should help you getting started using MAXScript, the scripting language of 3ds Max.
"Learning MAXScript" can be used as an introductory reference. However, it is most useful if read straight through as a tutorial. You can follow the examples in this reference by using copy-and-paste to bring the code from this document into the MAXScript Listener. You can also type in your own text and start experimenting with MAXScript as you learn it.
In addition, the "How To" tutorials chapter will introduce you to some simple real-world examples with detailed comments and links to the definitions of used methods and functions.
Entering Information into MAXScript
Mathematical Operations in MAXScript
Applying Standard Transformations
Controlling Program Flow in Scripts
Saving your Commands in a Script File
Loading and Running Your Script File
Learning MAXScript by Walking Through a Script
Learning MAXScript with the Macro Recorder
MAXScript for New and Casual Users
Scripted Utilities for New Users
Scripted Plug-ins for New Users
Scripted Functions for New Users
MAXScript DLX Extensions for New Users
How To - Introduction to the Tutorials