20 lines
		
	
	
		
			494 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			494 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| //::///////////////////////////////////////////////
 | |
| //:: FileName s_whennothuman
 | |
| //:://////////////////////////////////////////////
 | |
| //:://////////////////////////////////////////////
 | |
| //:: Created By: Script Wizard
 | |
| //:: Created On: 12/16/2004 3:36:32 PM
 | |
| //:://////////////////////////////////////////////
 | |
| 
 | |
| #include "prc_inc_racial"
 | |
| 
 | |
| int StartingConditional()
 | |
| {
 | |
| 
 | |
|     // Reject player races
 | |
|     if(MyPRCGetRacialType(GetPCSpeaker()) == RACIAL_TYPE_HUMAN)
 | |
|         return FALSE;
 | |
| 
 | |
|     return TRUE;
 | |
| }
 |