//:://///////////////////////////////////////////// //:: FileName does_have_rumors //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 9/4/2007 10:20:19 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "noteofrumorsandh")) return FALSE; return TRUE; }