Difference between revisions of "Resurrect"

No change in size ,  16:34, 11 September 2007
no edit summary
imported>Wrye
(Minor cleanup. Info on using on player.)
imported>N.tox
Line 22: Line 22:
   if (Actor.GetDead==1)
   if (Actor.GetDead==1)
         set FlagDead to 1
         set FlagDead to 1
        Actor.resurrect 1
   endif
   endif
    
    
Line 34: Line 35:
         set FlagDead to 0
         set FlagDead to 0
         set ResurrectAminTimer to 0
         set ResurrectAminTimer to 0
        Actor.resurrect 1
     endif
     endif
    
    
Anonymous user