//:://///////////////////////////////////////////// //:: FileName for_clesstart2 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 12/29/2003 8:06:57 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "BakhnaRakhnaHead")) return FALSE; return TRUE; }