I know is's most stupid question but I went by 80% of my code without this but now I need it and I can't found anything in maxhelp nor net. How to jump to certain piece of code(for instance by marker) like this:
......
......
chapter5:.............
............
........
go to chapter5
Comments
.
You can't do this in maxscript.
For example in BASIC you have labels, which allows you to go to any part of your code, but in maxscript you have to use functions.
Organize them wisely and you can do what you want.
Tools and Scripts for Autodesk 3dsMax