how go to

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

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
miauu's picture

.

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.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.