generated from Jaysyn/ModuleTemplate
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			525 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			525 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| //::///////////////////////////////////////////////
 | |
| //:: FileName hasinvasionplans
 | |
| //:://////////////////////////////////////////////
 | |
| //:://////////////////////////////////////////////
 | |
| //:: Created By: Script Wizard
 | |
| //:: Created On: 1/11/2004 4:31:32 AM
 | |
| //:://////////////////////////////////////////////
 | |
| #include "nw_i0_tool"
 | |
| 
 | |
| int StartingConditional()
 | |
| {
 | |
| 
 | |
|     // Make sure the PC speaker has these items in their inventory
 | |
|     if(!HasItem(GetPCSpeaker(), "RunefaustInvasionPlans"))
 | |
|         return FALSE;
 | |
| 
 | |
|     return TRUE;
 | |
| }
 |