AOC_PRC8/_module/nss/reset_totcas.nss
Jaysyn904 5e558169a0 Initial Commit
Initial Commit
2025-04-03 11:24:16 -04:00

12 lines
317 B
Plaintext

void main()
{
object oMod = GetModule();
object oPC = GetPCSpeaker();
SetLocalInt(oMod, "scre_state3", 1);
SetLocalInt(oMod, "iHlTotCas", 0);
SetLocalInt(oMod, "iHvTotCas", 0);
PlaySound("gui_select");
PlaySound("sce_positive");
DelayCommand(1.0, FloatingTextStringOnCreature("** Total Casualties Reset **", oPC));
}