NWNDS/nwnds_module/sc_gaorgqchk2.nss

10 lines
185 B
Plaintext
Raw Normal View History

int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "NW_JOURNAL_ENTRY" + "jt_gaorgsdebt") == 2))
return FALSE;
return TRUE;
}