//:://///////////////////////////////////////////// //:: FileName ls_haskeh_book //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 27-12-2002 00:24:25 //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!CheckPartyForItem(GetPCSpeaker(), "bookofkehaar")) return FALSE; return TRUE; }