14 lines
		
	
	
		
			174 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			174 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
int StartingConditional()
 | 
						|
{
 | 
						|
object oPC = GetPCSpeaker();
 | 
						|
 | 
						|
int nInt;
 | 
						|
nInt=GetLocalInt(oPC, "NW_JOURNAL_ENTRYSageAdvice");
 | 
						|
 | 
						|
if (!(nInt >= 1))
 | 
						|
   return FALSE;
 | 
						|
 | 
						|
return TRUE;
 | 
						|
}
 | 
						|
 |