//:://///////////////////////////////////////////// //:: FileName sc_istrained //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 27/12/2005 13:42:22 //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "trainingcert")) return FALSE; return TRUE; }