EN6_PRC8/_module/nss/en6_mq2_c6.nss

12 lines
143 B
Plaintext
Raw Permalink Normal View History

int StartingConditional()
{
int iResult;
iResult = TRUE;
if (GetLocalInt(GetPCSpeaker(),"OnQuest")==0)
iResult=FALSE;
return iResult;
}