//:://///////////////////////////////////////////// //:: FileName at_givenorthorc //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 03/10/30 03:17:44 //::////////////////////////////////////////////// void main() { // Remove items from the player's inventory object oItemToTake; oItemToTake = GetItemPossessedBy(GetPCSpeaker(), "it_NorthlandChiefsHead"); if(GetIsObjectValid(oItemToTake) != 0) DestroyObject(oItemToTake); }