Home Technical Talk

Couple of maxscript questions

polycounter lvl 12
Offline / Send Message
jeremiah_bigley polycounter lvl 12
noob at this stuff... and was wondering if someone could answer a couple of things for me. I searched... problem is if you don't know what you are searching for it is hard to find.

What is a good way to stop a script without a message. Essentially a "do nothing" function. I am trying to make a for loop and whenever it can't find a specific modifier on the stack... it gives an error and stops. I would like for it to skip the object and go to the next if that modifier doesn't exist.



Next question is...
Why doesn't this work?

if variable = 50 then(

this works...

if variable > 50 then(

Any help would be greatly appreciated. :)

Replies

Sign In or Register to comment.