Difference between revisions of "Resurrect"
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 | ||
endif | endif | ||