I've put the the Simon's script as definiton script.
Then at the beginning of the scene where i want this effect i'm executing a script.
shaderAddEffect("fisheye")
shaderEffectParam("fisheye", "amount", .75)
The second thing is for adjusting the strenght of the effect. And on leaving the scene.
shaderRemoveEffect("fisheye")