EN6_PRC8/_module/nss/en6_mq_1_c2.nss

12 lines
148 B
Plaintext
Raw Permalink Normal View History

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