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