generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit
This commit is contained in:
13
_module/nss/mod_set.nss
Normal file
13
_module/nss/mod_set.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
void main()
|
||||
{
|
||||
SetLocalInt(GetModule(), "mod_mode", 0);
|
||||
SoundObjectStop(GetObjectByTag("gcsound"));
|
||||
SoundObjectStop(GetObjectByTag("gcsound2"));
|
||||
SetLocalInt(GetModule(), "EverybodyAlive", TRUE);
|
||||
SetLocalInt(GetModule(), "hwar_on",0);
|
||||
SetLocalInt(GetModule(), "scre_state",1);
|
||||
SetLocalInt(GetModule(), "scre2_state",1);
|
||||
SetLocalInt(GetModule(), "scre_state3",1);
|
||||
SetLocalInt(GetModule(), "scre_state4",1);
|
||||
SetLocalInt(GetModule(), "scre_state5",1);
|
||||
}
|
||||
Reference in New Issue
Block a user