//:://///////////////////////////////////////////// //:: FileName has_banner //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 5/15/2004 5:56:04 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "HraskiBanner")) return FALSE; return TRUE; }