accident with script

Post » Wed Jun 20, 2012 2:16 pm

I edited accidentally the voicepusheffectscript; can anyone post it?
User avatar
Barbequtie
 
Posts: 3410
Joined: Mon Jun 19, 2006 11:34 pm

Post » Wed Jun 20, 2012 4:47 pm

Vanilla scripts are packed in a BSA, so if you edit them your custom version is created as a loose file. Simply deleting this file from your Scripts/ directory should revert the changes you made.
User avatar
Emily Shackleton
 
Posts: 3535
Joined: Sun Feb 11, 2007 12:36 am

Post » Thu Jun 21, 2012 4:04 am

Scriptname VoicePushEffectScript extends ActiveMagicEffect

Event OnEffectStart(actor Target, actor Caster)
Caster.PushActorAway(Target, PushForce)
EndEvent

int Property PushForce Auto
User avatar
lexy
 
Posts: 3439
Joined: Tue Jul 11, 2006 6:37 pm

Post » Thu Jun 21, 2012 1:06 am

thank you both
User avatar
Zach Hunter
 
Posts: 3444
Joined: Wed Aug 08, 2007 3:26 pm


Return to V - Skyrim