//:://///////////////////////////////////////////// //:: FileName does_have_gmsclk //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 1/20/2008 8:10:57 AM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "notetograym")) return FALSE; return TRUE; }