How I'm trying to do it is have the IMAD effect thing get applied via a script, and the script always runs because of an invisible quest (Which has Start Game Enabled ticked).
I've attempted to run through some papyrus tutorials but I'm afraid it's all a bit over my head. Can anyone give me a couple pointers on how to do this?
This is what I've got right now, papyrus veterans please try to contain your laughter. MotionBlur is the name of the IMAD effect thing.
Scriptname StartMotionBlur Event OnInit() RegisterForUpdate(0)EndEventEvent OnUpdate() MotionBlur.Apply()EndEvent

