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