Script fixes, additions, and area changes

This commit is contained in:
EpicValor
2023-09-03 21:12:26 -05:00
parent b3a5e77663
commit 430f3102d9
100 changed files with 40112 additions and 1032 deletions

View File

@@ -17,6 +17,10 @@ object oPC = GetEnteringObject();
{
effect eKill = EffectDeath(TRUE);
ApplyEffectToObject(DURATION_TYPE_INSTANT,eKill,oPC);
ExecuteScript("lose_xp_quest_oc",oPC);
DelayCommand(1.75, PopUpDeathGUIPanel(oPC, FALSE, TRUE));
}
}