//:://///////////////////////////////////////////// //:: FileName ds_hv_enfsword //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 10/23/2009 4:47:38 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "enfsword2")) return FALSE; return TRUE; }