//:://///////////////////////////////////////////// //:: FileName jw_chk_ogamulet //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 22/08/2002 21:51:20 //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!CheckPartyForItem(GetPCSpeaker(), "jw_ogre_amulet")) return FALSE; return TRUE; }