scn CHEATReviveref refbegin ScriptEffectStart set ref to GetSelf if (ref.getdead == 1) resurrect endifend
There is another script that is essentially the same, except it uses Resurrect 1 for standing up revival.
scn CHEATReviveref refbegin ScriptEffectStart set ref to GetSelf if (ref.getdead == 1) resurrect endifend
resurrect
resurrect 1
Begin ScriptEffectStart Set Ref to GetSelf If Ref.GetDead == 1 Ref.Resurrect 1 EndIfEnd