NWNDS/nwnds_module/ds_isva3.nss

11 lines
179 B
Plaintext
Raw Normal View History

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