//::///////////////////////////////////////////////
//:: FileName nwa_barfirebelly
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 19/09/2002 16:56:39
//:://////////////////////////////////////////////
void main()
{
	// Give the speaker the items
	CreateItemOnObject("firebellywhisky", GetPCSpeaker(), 1);


	// Remove some gold from the player
	TakeGoldFromCreature(3, GetPCSpeaker(), TRUE);
}