//:://///////////////////////////////////////////// //:: FileName ck_ohs_key_gypo //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 21/06/2003 20:43:55 //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "OHSKEY")) return FALSE; return TRUE; }