13 lines
172 B
Plaintext
13 lines
172 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
int nInt;
|
||
|
nInt=GetLocalInt(oPC, "NW_JOURNAL_ENTRYBlueGreenMoss");
|
||
|
|
||
|
if (nInt < 1)
|
||
|
return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|