//:://///////////////////////////////////////////// //:: FileName has_map //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 4/3/2004 10:36:47 AM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "MaptotheWesternLands")) return FALSE; return TRUE; }