6 lines
		
	
	
		
			169 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			169 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
int StartingConditional()
 | 
						|
{
 | 
						|
    if (GetLocalInt(GetPCSpeaker(), "TalkedAdv") == TRUE && GetLocalInt(OBJECT_SELF, "Adventurer") == TRUE) return TRUE;
 | 
						|
    return FALSE;
 | 
						|
}
 |