//:://///////////////////////////////////////////// //:: FileName fr_haveale //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 9/27/2003 5:40:15 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "Ale")) return FALSE; return TRUE; }