10 lines
188 B
Plaintext
10 lines
188 B
Plaintext
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "NW_JOURNAL_ENTRY" + "jt_forbiddentomb") == 7))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|