MAXScript plug-ins demonstrate extend the MAXScript scripting engine and derive from MSPlugin.
Implements a curve control for maxscript rollout floaters and dialogs
The following are how-to samples related to the MAXScript SDK
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.'
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.