//:://///////////////////////////////////////////// //:: FileName at_269 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 9/8/2005 4:19:48 PM //::////////////////////////////////////////////// void main() { // Remove items from the player's inventory object oItemToTake; oItemToTake = GetItemPossessedBy(GetPCSpeaker(), "BloodoftheSacredEarth"); if(GetIsObjectValid(oItemToTake) != 0) DestroyObject(oItemToTake); }