14 lines
169 B
Plaintext
14 lines
169 B
Plaintext
int StartingConditional()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
|
|
int nInt;
|
|
nInt=GetLocalInt(oPC, "NW_JOURNAL_ENTRYserion");
|
|
|
|
if (!(nInt < 2))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|
|
|