//:://///////////////////////////////////////////// //:: FileName nwa_barlantbth //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 19/09/2002 17:00:35 //::////////////////////////////////////////////// void main() { // Give the speaker the items CreateItemOnObject("lantanblackthroa", GetPCSpeaker(), 1); // Remove some gold from the player TakeGoldFromCreature(15, GetPCSpeaker(), TRUE); }