//:://///////////////////////////////////////////// //:: FileName has_mengarimap //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 1/29/2006 1:28:02 AM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "MengariMap")) return FALSE; return TRUE; }