If you know the material you are using for the shader, simply write a little action like this.
Code:
action shader
{
my.material= material_shader;
// replace material_shader with your shader material
}
You could also post your shader code and I can see if I can get it to work off course. Btw. usually the WIKI is a good place to look,
Cheers