//:://///////////////////////////////////////////// //:: FileName s_takecrystalmoo //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 12/19/2004 1:36:40 PM //::////////////////////////////////////////////// void main() { // Remove items from the player's inventory object oItemToTake; oItemToTake = GetItemPossessedBy(GetPCSpeaker(), "SHA_CRYSTAL_MOON"); if(GetIsObjectValid(oItemToTake) != 0) DestroyObject(oItemToTake); }