generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit
This commit is contained in:
17
_module/nss/sc2b.nss
Normal file
17
_module/nss/sc2b.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: 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", 1);
|
||||
PlaySound("gui_select");
|
||||
Sound(0.3, "sce_positive", oPC);
|
||||
}
|
||||
Reference in New Issue
Block a user