//:://///////////////////////////////////////////// //:: FileName at_163 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 8/31/2005 5:37:44 PM //::////////////////////////////////////////////// void main() { // Remove items from the player's inventory object oItemToTake; oItemToTake = GetItemPossessedBy(GetPCSpeaker(), "ZelkorsJournal"); if(GetIsObjectValid(oItemToTake) != 0) DestroyObject(oItemToTake); }