//:://///////////////////////////////////////////// //:: FileName sc_023 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 3/2/2007 5:06:57 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "lowerkey")) return FALSE; return TRUE; }