generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit
This commit is contained in:
11
_module/nss/reset_totcas.nss
Normal file
11
_module/nss/reset_totcas.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
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));
|
||||
}
|
||||
Reference in New Issue
Block a user