//:://///////////////////////////////////////////// //:: FileName ck_dryadboot //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 21/03/2004 22:53:35 //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "dryadboots")) return FALSE; return TRUE; }