NWNDS/nwnds_module/ka_didhuntquest1.nss

14 lines
174 B
Plaintext
Raw Normal View History

int StartingConditional()
{
object oPC = GetPCSpeaker();
int nInt;
nInt=GetLocalInt(oPC, "NW_JOURNAL_ENTRYhuntandgather1");
if (nInt < 2)
return FALSE;
return TRUE;
}