//:://///////////////////////////////////////////// //:: FileName at_038 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 10/18/2008 8:13:35 PM //::////////////////////////////////////////////// void main() { // Remove items from the player's inventory object oItemToTake; oItemToTake = GetItemPossessedBy(GetPCSpeaker(), "Contraption"); if(GetIsObjectValid(oItemToTake) != 0) DestroyObject(oItemToTake); }