NWNDS/nwnds_module/sc_belet2qcheck3.nss

11 lines
183 B
Plaintext
Raw Normal View History

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