//:://///////////////////////////////////////////// //:: FileName has_hafirmap //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 10/19/2003 11:13:53 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "MaptoOsiria")) return FALSE; return TRUE; }