Hi,
I often found myself in a situation where I execute some code that has a small typo in it, e.g. I missed a parenthesis or forgot an " or a \ somewhere. Usually it throws an error in the listener, I correct it and everything is fine. But some times, nothing happens, and the listener / editor wont do anything from that point on. Evaluating code will have no more effect, the only way to fix it that I found is to restart max. Is there any way to fix that? I tried gc() , resetting the scene...didnt help.
For example, this line will crash MAXScript for my current max session completely, because of the missing closing parenthesis at the end:
for i=1 to 100 do (box position:[0,i*30,0] height:(i*15) wirecolor:redIs restart the only way to fix this? It is so annoying.
Cheers
By br0t · 2011-07-13
Swordslayer · 2011-07-13