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