//:://///////////////////////////////////////////// //:: FileName fr_check_sthead //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 8.8.2003 17:34:09 //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "fr_statue_head")) return FALSE; return TRUE; }