Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
9
_module/nss/en4_chk_dw1.nss
Normal file
9
_module/nss/en4_chk_dw1.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
|
||||
iResult = FALSE;
|
||||
if (GetLocalInt(GetPCSpeaker(),"DW1") == 1)
|
||||
iResult = TRUE;
|
||||
return iResult;
|
||||
}
|
Reference in New Issue
Block a user