//:://///////////////////////////////////////////// //:: FileName has_cq_head_03 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 2/19/2006 6:53:01 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "cq_head_03")) return FALSE; return TRUE; }