#include "nw_i0_plot" void main() { int iDeaths; int iLives; object oRespawner = GetLastRespawnButtonPresser(); ApplyEffectToObject(DURATION_TYPE_INSTANT,EffectResurrection(),oRespawner); ApplyEffectToObject(DURATION_TYPE_INSTANT,EffectHeal(GetMaxHitPoints(oRespawner)), oRespawner); RemoveEffects(oRespawner); if (GetCampaignInt("Endless Nights VI","GameMode") == 1) { iLives=2 + GetHitDice(oRespawner)/10; iDeaths=GetLocalInt(oRespawner,"Deaths"); if (iDeaths