//:://///////////////////////////////////////////// //:: FileName jw_chk_elf_book //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 06/09/2002 21:39:08 //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!GetIsObjectValid(GetItemPossessedBy(GetPCSpeaker(), "jw_elf_book"))) return FALSE; return TRUE; }