GameObject.particleSystem
var particleSystem: ParticleSystem;
Description

The ParticleSystem attached to this GameObject (Read Only). (null if there is none attached).

	var other : GameObject; 
	other.particleSystem.Emit(5);