hopefully fixed the no death panel problem

The rest were creature and area changes I got around to doing
This commit is contained in:
EpicValor
2023-09-06 17:57:36 -05:00
parent 49aab355dd
commit 80bc1e0c92
42 changed files with 3282 additions and 2447 deletions

View File

@@ -18,8 +18,6 @@ SetStandardFactionReputation(STANDARD_FACTION_DEFENDER, 74, oPlayer);
}
else
{
AssignCommand(GetLastPlayerDying(), ClearAllActions());
AssignCommand(GetLastPlayerDying(),SpeakString( "I Dying"));
PopUpGUIPanel(GetLastPlayerDying(),GUI_PANEL_PLAYER_DEATH);
DelayCommand(5.0, PopUpGUIPanel(oPlayer,GUI_PANEL_PLAYER_DEATH));
}
}