15 lines
174 B
Plaintext
15 lines
174 B
Plaintext
|
|
int StartingConditional()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
|
|
int nInt;
|
|
nInt=GetLocalInt(oPC, "NW_JOURNAL_ENTRYgoblyncave");
|
|
|
|
if (!(nInt < 3))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|
|
|