MAXScript plug-ins demonstrate extend the MAXScript scripting engine.
File Stream Parsing - \samples\maxscript\gScript
ActiveX - \samples\maxscript\mxsactivex Implements ActiveX exposure to MAXScript
MXSAgni - \samples\maxscript\mxsagni Implements various MAXScript global functions.
Curve Control - \samples\maxscript\mxscurvectl Implements a curve control for maxscript rollout floaters and dialogs
Visual MAXScript - \samples\maxscript\visualms Implements the visual Scripting Editor
Morpher MAXScript Access - \samples\modifiers\morpher\morpherMXS Provides MAXScript access for the morpher modifier.
The following are how-to samples related to the MAXScript SDK
Scripted Plug-in - \howto\maxscript\scriptplug-in A utility that accesses a scripted plug-in's parameters.
Miscellaneous MAXScript Plug-ins - \howto\maxscript\testdlx This plug-in implements a new MAXScript based control (called foo) based off of a spinner and edit box control. It also creates two new MAXScript visible classes: List and Set. These two classes are similar to the standard template library List and Set. It also creates a global function for importing MAXScript files. This function is similar to the MAXScript 'filein' function. Lastly it implements a new object called 'capsule.'
Interval Array - \howto\maxscript\intervalarray This plug-in shows how to code a MAXScript function that adds a function to the MAXScript language. This function is called interval array, and returns an array of numbers. The start of the array starts at one number and proceeds by evenly spaced intervals to a high number.