//:://///////////////////////////////////////////// //:: FileName nwa_bararabell //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 19/09/2002 12:12:59 //::////////////////////////////////////////////// void main() { // Give the speaker the items CreateItemOnObject("arabellandry", GetPCSpeaker(), 1); // Remove some gold from the player TakeGoldFromCreature(3, GetPCSpeaker(), TRUE); }