I tried this but I have no idea how its used. Once I have picked the parent how do I access that object to tell it which zindex to be on. I tried a few things but nothing seems to work. I cant find any example usage.
For example, I tried this but it doesnt work:
+ Particles: Pick Own parent Rock
-> Particles: Set Z elevation to Rock.ZElevation
I would have expected once the parent is picked to be able to do something like:
+ Particles: Pick Own parent Rock
-> Particles: Set Z elevation to PickedParent.ZElevation
But of course that command doesn't seem to actually exist. :)