18 lines
506 B
Plaintext
18 lines
506 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: 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);
|
||
|
}
|