//:://///////////////////////////////////////////// //:: FileName sc_034 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 8/21/2005 9:51:11 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "KnoobsHead")) return FALSE; return TRUE; }