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