generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit
This commit is contained in:
18
_module/nss/sc_0051.nss
Normal file
18
_module/nss/sc_0051.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName sc_005
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 3/11/2004 3:31:40 AM
|
||||
//:://////////////////////////////////////////////
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
if(!(GetLocalInt(GetPCSpeaker(), "hdfienddead") == 1))
|
||||
return FALSE;
|
||||
if(!(GetLocalInt(GetModule(), "sw_pm") != 1))
|
||||
return FALSE;
|
||||
if(!(GetLocalInt(GetPCSpeaker(), "pm_on") == 1))
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
Reference in New Issue
Block a user