EN4_PRC8/_module/nss/qst_overall2_nac.nss

11 lines
229 B
Plaintext
Raw Permalink Normal View History

int StartingConditional()
{
int iResult;
iResult = FALSE;
if (GetLocalInt(GetPCSpeaker(),"Overall2NotAccepted") == 1 && GetLocalString(GetPCSpeaker(),"Overall1NPC") == GetTag(OBJECT_SELF))
iResult = TRUE;
return iResult;
}