EN6_PRC8/_module/nss/en6_mq6_c1.nss

12 lines
192 B
Plaintext
Raw Permalink Normal View History

int StartingConditional()
{
int iResult;
iResult = FALSE;
if (GetLocalInt(GetPCSpeaker(),"MQ6_found")>0 && GetLocalInt(GetPCSpeaker(),"MQ6ItemMade")==0)
iResult=TRUE;
return iResult;
}