21 lines
		
	
	
		
			554 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			554 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
//::///////////////////////////////////////////////
 | 
						|
//:: FileName sc_111
 | 
						|
//:://////////////////////////////////////////////
 | 
						|
//:://////////////////////////////////////////////
 | 
						|
//:: Created By: Script Wizard
 | 
						|
//:: Created On: 9/8/2005 3:47:41 PM
 | 
						|
//:://////////////////////////////////////////////
 | 
						|
#include "nw_i0_tool"
 | 
						|
 | 
						|
int StartingConditional()
 | 
						|
{
 | 
						|
 | 
						|
	// Make sure the PC speaker has these items in their inventory
 | 
						|
	if(!HasItem(GetPCSpeaker(), "AgamemnonsBlood"))
 | 
						|
		return FALSE;
 | 
						|
	if(!HasItem(GetPCSpeaker(), "AldethsBlood"))
 | 
						|
		return FALSE;
 | 
						|
 | 
						|
	return TRUE;
 | 
						|
}
 |