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