NWNDS/nwnds_module/sc_gaorgqchk3.nss

10 lines
185 B
Plaintext
Raw Normal View History

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