//:://///////////////////////////////////////////// //:: FileName sc_018 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 23/11/2004 12:31:58 AM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "gfdg")) return FALSE; return TRUE; }