//:://///////////////////////////////////////////// //:: FileName fr_hide_check //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 23.11.2002 2:55:33 //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!GetIsObjectValid(GetItemPossessedBy(GetPCSpeaker(), "jw_hide"))) return FALSE; return TRUE; }