Message 1 of 2
Errors in State Set Docs Examples

Not applicable
01-27-2014
02:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
The examples here contain an error, I think.
http://docs.autodesk.com/3DSMAX/16/ENU/MAXScript-Help/files/topichead_10.htm
masterState.CurrentState.Items[0]
should be:
masterState.CurrentState[1]
Does anybody agree?