How do I network a Particle Emitter's Emitting setting?

Hello, I am at a loss as to how to network a Particle Emitter's active setting via RPC calls (or Serialize calls). There is probably an easy way that I just can't remember.

Thanks in advance, CarbonTech Software Admin

You don't need to use and RPC calls.

You need to serialize it like the movement serialization(Interpolation).

Additionally, You'll need to use a NetworkView component and in its 'observed' slot add that Interpolation's script to it. - The SAME WAY as u interpolate movement.

Good luck!