//:://///////////////////////////////////////////// //:: FileName at_tomeofpelios //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 6/21/2003 12:38:08 AM //::////////////////////////////////////////////// void main() { // Remove items from the player's inventory object oItemToTake; oItemToTake = GetItemPossessedBy(GetPCSpeaker(), "TheTomeofPelios"); if(GetIsObjectValid(oItemToTake) != 0) DestroyObject(oItemToTake); SetLocalInt(OBJECT_SELF,"nPeliosQuest",1); }