//:://///////////////////////////////////////////// //:: FileName does_have_ilthmp //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 12/8/2007 5:59:09 AM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "themapofilthm")) return FALSE; return TRUE; }