NWNDS/nwnds_module/sc_karlenqcheck3.nss

10 lines
183 B
Plaintext
Raw Normal View History

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