//:://///////////////////////////////////////////// //:: FileName ds_hv_lprdmlt //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 10/21/2009 3:41:20 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "lprdmlt")) return FALSE; return TRUE; }