//:://///////////////////////////////////////////// //:: FileName fr_catapult_key //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 9.2.2003 3:03:16 //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!CheckPartyForItem(GetPCSpeaker(), "fr_catapult_key")) return FALSE; return TRUE; }