//:://///////////////////////////////////////////// //:: FileName does_have_therno //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 12/8/2007 6:12:54 AM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "therlussemploy")) return FALSE; return TRUE; }