//:://///////////////////////////////////////////// //:: FileName sc_haswitchbud //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 4/21/2003 3:53:25 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "witchbud")) return FALSE; return TRUE; }