//:://///////////////////////////////////////////// //:: FileName sc_has_fenberry //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 5/16/2003 11:45:14 AM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "NW_IT_MSMLMISC12")) return FALSE; return TRUE; }