//::///////////////////////////////////////////////
//:: 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", 2);
    PlaySound("gui_select");
    Sound(0.3, "sce_positive", oPC);
}