MAXScript can be used in the Every Step and Final Step scripts of the PF_Source and in the Scripted Actions &endash; Birth_Script, Script_Operator and Script_Test.
These scripts are executed very often and in a very special environment, for example, during rendering. This is why it is not possible to use all MAXScript commands with Particle Flow.
Here are some known limitations:
You cannot excessively create objects during the evaluation of Particle Flow scripts (for example inside the on Proceed method).
You cannot delete objects from inside a Particle Flow script.
The MAXScript snapshot as mesh method should not be used during render time (like in the Proceed method), or all objects that the shapshot as mesh method is used upon should be hidden during render, otherwise a crash will occur.