Greetings amazing creatures! I have run into a little problem of when it comes to biding a script to a Key in 3Ds max, and I would love to get some information on what I might have done wrong. So generally speaking I want to my script to run when I press a key. So in order for me to get the script to even appear in the…
You need to make sure your script commands are in the scope of the macroscript block. This: macroScript testing category:"test" toolTip: "testing the test" ( - script commands ) Not this: macroScript testing category:"test" toolTip: "testing the test" ( ) - script commands