MaxScript / ProCutter return Invalid Boolean instead of show Invalid Boolean

Hi,

I am working with ProCutter in maxscript, so far doing well BUT there is one annoying thing.

When doing an invalid cut (for instance if you put a plane in the middle of a cube, and it dosnt cut it from part to part), pro cutter will send a few error message starting by “invalid Boolean” … “check you operands” …etc etc.

Good, but do someone know any ways to “return” this error in maxscript (if the operand are wrong this return “false” or “undefined” or else …) instead of the popping message windows ?
Just so my tool englobing the proCutter function can see something went wrong and act in consequence ?

I can’t see any of that in the ProCutter functions (could have been an attribute somewhere…) … so maybe is there a work around I could use ? (maybe some kind of callback ?).

Thanks
Bloby