EN6_PRC8/_module/nss/qst_c_accepted.nss

12 lines
196 B
Plaintext
Raw Normal View History

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