10 lines
		
	
	
		
			147 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			147 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| int StartingConditional()
 | |
| {
 | |
| int iResult;
 | |
| 
 | |
| iResult = TRUE;
 | |
| if (GetLocalInt(GetPCSpeaker(),"Monstrous") > 0 )
 | |
|     iResult = FALSE;
 | |
| return iResult;
 | |
| }
 |