EN4_PRC8/_module/nss/en4_evlpwrchk.nss

11 lines
149 B
Plaintext
Raw Permalink Normal View History

int StartingConditional()
{
int iResult;
iResult = TRUE;
if (GetLocalInt(GetPCSpeaker(),"PCLevelMod") > 1 )
iResult = FALSE;
return iResult;
}