//:://///////////////////////////////////////////// //:: FileName librar_item_chk //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 8/5/2003 10:07:43 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "LIBRARYCARD")) return FALSE; return TRUE; }