Oh thank you! That was a really fast answer!
Anyways I just tried what you said aaaaaand...
This little epileptic breakdance in the air was really funny!
But it's still not what I'm looking for! ^^
BUT but but if anyone is interested to see how that worked this is the script I used (magic effect):
Scriptname mslVTFeedFaintSCR extends activemagiceffectactor Targetactor CasterEvent OnEffectStart(Actor akTarget, Actor akCaster)Target = akTargetCaster = akCasterRegisterForSingleUpdate(0.1)EndeventEvent OnUpdate()Caster.PushActorAway(Target, 0.0)RegisterForSingleUpdate(0.1)Endevent
For anyone who'd like to make... an electrocution torture spell? ^_~