//:://///////////////////////////////////////////// //:: FileName does_have_angmap //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 1/7/2008 8:38:46 AM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "maptotheangarngi")) return FALSE; return TRUE; }