19 lines
		
	
	
		
			497 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			497 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
//::///////////////////////////////////////////////
 | 
						|
//:: FileName goldforbrill
 | 
						|
//:://////////////////////////////////////////////
 | 
						|
//:://////////////////////////////////////////////
 | 
						|
//:: Created By: Script Wizard
 | 
						|
//:: Created On: 8/12/02 8:36:58 PM
 | 
						|
//:://////////////////////////////////////////////
 | 
						|
#include "nw_i0_tool"
 | 
						|
 | 
						|
int StartingConditional()
 | 
						|
{
 | 
						|
 | 
						|
    // Make sure the PC speaker has these items in their inventory
 | 
						|
    if(GetGold(GetPCSpeaker()) < 49)
 | 
						|
        return FALSE;
 | 
						|
 | 
						|
    return TRUE;
 | 
						|
}
 |