//:://///////////////////////////////////////////// //:: FileName for_removescythe //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 12/23/2003 8:24:35 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "AncientScythe")) return FALSE; return TRUE; }