Help...I only have one glow marking for Dark Robin...and it's her right cheek, the glowing demon mark. Problem is, when I run FH, it doesn't even say "preset 4". It skipped to "preset 5".
---
Code:
material preset_10_bodyMatL
{
   technique
   {
      pass
      {
         ambient 0.5 0.5 0.5 
         texture_unit
         {
            texture Robin_Wolfieh_DarkRobinbody.png
         }
      }
      pass
      {
         emissive 1.0 1.0 1.0 
         scene_blend alpha_blend
         texture_unit
         {
            texture Robin_Wolfieh_DarkRobinbody.png
         }
      }
   }
}
material preset_10_bodyMatR
{
   technique
   {
      pass
      {
         ambient 0.5 0.5 0.5 
         texture_unit
         {
            texture Robin_Wolfieh_DarkRobinbody.png
         }
      }
pass
      {
         emissive 1.0 1.0 1.0
         scene_blend alpha_blend
         texture_unit
         {
            texture Robin_Wolfieh_DarkRobinbody.png
         }
      }
   }
}
material preset_10_headMatL
{
   technique
   {
      pass
      {
         ambient 0.5 0.5 0.5 
         texture_unit
         {
            texture Robin_Wolfieh_DarkRobinhead1.png
         }
      }
pass
      {
         emissive 1.0 1.0 1.0
         scene_blend alpha_blend
         texture_unit
         {
            texture Robin_Wolfieh_DarkRobinhead1.png
         }
      }
   }
}
material preset_10_headMatR
{
   technique
   {
      pass
      {
         ambient 0.5 0.5 0.5 
         texture_unit
         {
            texture Robin_Wolfieh_DarkRobinhead1.png
         }
      }
pass
      {
         emissive 1.0 1.0 1.0
         scene_blend alpha_blend
         texture_unit
         {
            texture Robin_Wolfieh_DarkRobinhead2.png
         }
      }
   }
}
material preset_10_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture Robin_Wolfieh_DarkRobineye.png
         }
      }
   }
}
material preset_10_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture Robin_Wolfieh_DarkRobineye.png
         }
      }
   }
}
material preset_10_tailMat
{
   technique
   {
      pass
      {
         ambient 0.5 0.5 0.5 
         texture_unit
         {
            texture Robin_Wolfieh_DarkRobintail.png
         }
      }
pass
      {
         emissive 1.0 1.0 1.0
         scene_blend alpha_blend
         texture_unit
         {
            texture Robin_Wolfieh_DarkRobintail.png
         }
      }
   }
}
material preset_10_maneMat
{
   technique
   {
      pass
      {
         ambient 0.5 0.5 0.5 
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         alpha_rejection greater_equal 250
         texture_unit
         {
            texture Robin_Wolfieh_DarkRobinmane.png
         }
      }
   }
}
-I think I messed up somewhere...explain please.