//:://///////////////////////////////////////////// //:: FileName has_rhetorsneck //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 2/22/2009 1:46:49 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "rhetorsneck")) return FALSE; return TRUE; }