//:://///////////////////////////////////////////// //:: FileName fr_forest_amulet //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 21.12.2002 2:04:31 //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!CheckPartyForItem(GetPCSpeaker(), "fr_forest_amulet")) return FALSE; return TRUE; }