//:://///////////////////////////////////////////// //:: FileName does_have_senkey //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 12/30/2007 7:35:37 AM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "senricskey")) return FALSE; return TRUE; }