//:://///////////////////////////////////////////// //:: FileName sc_274 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 5/23/2003 6:50:08 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "Bran")) return FALSE; if(!HasItem(GetPCSpeaker(), "Hay")) return FALSE; if(!HasItem(GetPCSpeaker(), "Pins")) return FALSE; return TRUE; }