PWE_PRC8/_module/nss/for_serioncon.nss

14 lines
169 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
int StartingConditional()
{
object oPC = GetPCSpeaker();
int nInt;
nInt=GetLocalInt(oPC, "NW_JOURNAL_ENTRYserion");
if (!(nInt < 2))
return FALSE;
return TRUE;
}