Now I created a script under "Scripts", called it "Shader", checked it as a definition script, and pasted the shader Main Script into that script.I then made an execute script action for the beginning of a scene, and pastedgame.ShaderExclude = eShaderExcludeInterfaces -- exclude fonts, cursor and interfacesshaderNoise(1, -0.1, 0) -- activate noise in 0ms with a soft black grainshaderAddEffect("tv1")into that.However, nothing happens when I run the scene... What have I done wrong?