//:://///////////////////////////////////////////// //:: FileName ds_hv_kayvensbld //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 10/24/2009 8:21:11 AM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "kayvensbld")) return FALSE; return TRUE; }