Hello people, been playing with Maxscript for a month, full time :p it's great and all, but there are still a few things I don't get :poly127: Like this problem: This is a reduced but valid i think version of my code rollout myRollOut "My Rollout :D" width:216 height:462( include "$scripts\myRollOut\UI\SelectCharID.ms" --…
Also, if you want to make sure you can find the rollout everywhere in your script, I find that after rollout ( etc ) you declare it with local or global. (might want to avoid global though). I had a lot of issues with the script not able to find the rollout, because the script/function isn't inside of it.