EN6_PRC8/_module/nss/en6_mq5s_c1.nss

11 lines
192 B
Plaintext
Raw Permalink Normal View History

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