
 Property not followed by a value?
 
					
						I'm creating a mod, and at the moment it always crashes, telling me that 'the property on line 8 is not followed by a value' line 8 is the LifeTime, and  just don't understand why this doesn't work...
Code:
AddAmmo = Round
   InstanceName = Round Scalper
   ParticleCount = 10
   Particle = MOPixel
      InstanceName = Round Scalper
      Mass = 0.01
      RestThreshold = 500
      LifeTime = 0.5
      Sharpness = 300
      HitsMOs = 1
      GetsHitByMOs = 0
      Color = Color
         R = 143
         G = 143
         B = 143
      Atom = Atom
         Material = Material
            CopyOf = Bullet Metal
         TrailColor = Color
            R = 155
            G = 155
            B = 155
         TrailLength = 5
   Shell = MOSParticle
      CopyOf = Shell
   FireVelocity = 20
   ShellVelocity = 10
   Separation = 360