My particles hit a number of surfaces. But I want collisions with a specific surface to kill the colliding particle and to emit new particles. I wrote a simple event proc that says if $geometryObject == "mySurface", then print $geometryObject. But it never prints it. If I remove the conditional, it prints "mySurface" just fine.
Thanks in advance
