In assets1/gfx/effect/stunpass.jpg I need help getting that onto a skin. The .shader file that has that pic in it is in assets1/shaders/gfx2.shader
 
 I copied what it said in gfx2.shader and made the paths link to my skin, but still didn't work. 
 
 Here's what i put
 
 models/player/asdf/torso_combat
 {
 cull twosided
 {
 map models/players/asdf/torso_combat
 }
 { 
 map gfx/effects/stunpass
 blendFunc GL_ONE GL_ONE
 glow
 rgbGen vertex
 tcMod scroll -3.5 0
 tcMod scale 1.5 1
 }
 }