19 lines
		
	
	
		
			490 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			490 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
//::///////////////////////////////////////////////
 | 
						|
//:: FileName at_170
 | 
						|
//:://////////////////////////////////////////////
 | 
						|
//:://////////////////////////////////////////////
 | 
						|
//:: Created By: Script Wizard
 | 
						|
//:: Created On: 8/31/2005 11:06:46 PM
 | 
						|
//:://////////////////////////////////////////////
 | 
						|
#include "nw_i0_tool"
 | 
						|
 | 
						|
void main()
 | 
						|
{
 | 
						|
	// Give the speaker some XP
 | 
						|
	RewardPartyXP(5000, GetPCSpeaker());
 | 
						|
 | 
						|
	// Give the speaker the items
 | 
						|
	CreateItemOnObject("entrancacor", GetPCSpeaker(), 1);
 | 
						|
 | 
						|
}
 |