AOC_PRC8/_module/nss/reset_totcas.nss

12 lines
317 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:24:16 -04:00
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));
}