AOC_PRC8/_module/nss/at_026.nss

18 lines
506 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:24:16 -04:00
//::///////////////////////////////////////////////
//:: FileName at_026
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 29/01/2005 11:49:27 PM
//:://////////////////////////////////////////////
#include "spawner"
void main()
{
// Set the variables
object oPC = GetPCSpeaker();
SetLocalInt(GetModule(), "score_switch", 0);
PlaySound("gui_select");
Sound(0.3, "sce_positive", oPC);
}